Html Css Color HEX #F08C61 Crusta

📋 copy color: '#F08C61'

red 240 ◦ green 140 ◦ blue 97

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

Shades of Crusta #F08C61

Tints of Crusta #F08C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.34%

R = 50.31%
G = 29.35%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F08C61 (or 0xF08C61) is known color: Crusta. HEX triplet: F0, 8C and 61. RGB value is (240,140,97). Sum of RGB (Red+Green+Blue) = 240+140+97=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C61 is #0F739E. Grayscale: #A5A5A5. Windows color (decimal): -1012639 or 6393072. OLE color: 6393072.

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

Color convert

RGB 240 140 97 -
CMYK 0 0.42 0.60 0.06
HSL 18.04º 0.83% 0.66% -
HSV(B) 18.04º 0.6% 0.94% -
XYZ 47.47 38.14 16.17 -
YUV 165 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 240 140 97 0 0.42 0.60 0.06 18.04 0.83 0.66
Hex F0 8C 61 0 2A 3C 6 12 53 42
Octal 360 214 141 0 52 74 6 22 123 102
Binary 11110000 10001100 1100001 0 101010 111100 110 10010 1010011 1000010

Color Harmonies of #F08C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C61

Black with #F08C61

Text Example


Text Example

White with #F08C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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