Html Css Color HEX #F28663 Crusta

📋 copy color: '#F28663'

red 242 ◦ green 134 ◦ blue 99

#F28663
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #F28663

Tints of Crusta #F28663

RGB

 RED value IS 242 (94.92% from 255) = 50.95%

 GREEN value IS 134 (52.73% from 255) = 28.21%

 BLUE value IS 99 (39.06% from 255) = 20.84%

R = 50.95%
G = 28.21%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F28663 (or 0xF28663) is known color: Crusta. HEX triplet: F2, 86 and 63. RGB value is (242,134,99). Sum of RGB (Red+Green+Blue) = 242+134+99=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F28663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28663 is #0D799C. Grayscale: #A2A2A2. Windows color (decimal): -883101 or 6522610. OLE color: 6522610.

HSL color Cylindrical-coordinate representation of color #F28663: hue angle of 14.69º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F28663 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 134 99 -
CMYK 0 0.45 0.59 0.05
HSL 14.69º 0.85% 0.67% -
HSV(B) 14.69º 0.59% 0.95% -
XYZ 47.4 36.83 16.41 -
YUV 162.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 242 134 99 0 0.45 0.59 0.05 14.69 0.85 0.67
Hex F2 86 63 0 2D 3B 5 F 55 43
Octal 362 206 143 0 55 73 5 17 125 103
Binary 11110010 10000110 1100011 0 101101 111011 101 1111 1010101 1000011

Color Harmonies of #F28663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28663

Black with #F28663

Text Example


Text Example

White with #F28663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28663; }

 p { color: rgb(242,134,99); }

 H1.HeaderClassName
 {
   color: #F28663;
 }
 .AnyTagClassName
 {
   color: #F28663;
 }
</style>

background-color css

<style>
 a { background-color: #F28663; }

 a { background-color: rgb(242,134,99); }

 div.DivClassName
 {
   background-color: #F28663;
 }
 .BgClassName
 {
   background-color: #F28663;
 }
</style>

border-color css

<style>
 span { border-color: #F28663; }

 span { border-color: rgb(242,134,99); }

 td.TdClassName
 {
   border-color: #F28663;
 }
 .TagClassName
 {
   border-color: #F28663;
 }
</style>