Html Css Color HEX #F08C62 Crusta

📋 copy color: '#F08C62'

red 240 ◦ green 140 ◦ blue 98

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

Shades of Crusta #F08C62

Tints of Crusta #F08C62

RGB

 RED value IS 240 (94.14% from 255) = 50.21%

 GREEN value IS 140 (55.08% from 255) = 29.29%

 BLUE value IS 98 (38.67% from 255) = 20.5%

R = 50.21%
G = 29.29%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F08C62 (or 0xF08C62) is known color: Crusta. HEX triplet: F0, 8C and 62. RGB value is (240,140,98). Sum of RGB (Red+Green+Blue) = 240+140+98=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C62 is #0F739D. Grayscale: #A5A5A5. Windows color (decimal): -1012638 or 6458608. OLE color: 6458608.

HSL color Cylindrical-coordinate representation of color #F08C62: hue angle of 17.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F08C62 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 98 -
CMYK 0 0.42 0.59 0.06
HSL 17.75º 0.83% 0.66% -
HSV(B) 17.75º 0.59% 0.94% -
XYZ 47.52 38.16 16.42 -
YUV 165.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 240 140 98 0 0.42 0.59 0.06 17.75 0.83 0.66
Hex F0 8C 62 0 2A 3B 6 12 53 42
Octal 360 214 142 0 52 73 6 22 123 102
Binary 11110000 10001100 1100010 0 101010 111011 110 10010 1010011 1000010

Color Harmonies of #F08C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C62

Black with #F08C62

Text Example


Text Example

White with #F08C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C62; }

 p { color: rgb(240,140,98); }

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

background-color css

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

 a { background-color: rgb(240,140,98); }

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

border-color css

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

 span { border-color: rgb(240,140,98); }

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