Html Css Color HEX #F08C5B Crusta

📋 copy color: '#F08C5B'

red 240 ◦ green 140 ◦ blue 91

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

Shades of Crusta #F08C5B

Tints of Crusta #F08C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.32%

R = 50.96%
G = 29.72%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F08C5B (or 0xF08C5B) is known color: Crusta. HEX triplet: F0, 8C and 5B. RGB value is (240,140,91). Sum of RGB (Red+Green+Blue) = 240+140+91=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C5B is #0F73A4. Grayscale: #A4A4A4. Windows color (decimal): -1012645 or 5999856. OLE color: 5999856.

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

Color convert

RGB 240 140 91 -
CMYK 0 0.42 0.62 0.06
HSL 19.73º 0.83% 0.65% -
HSV(B) 19.73º 0.62% 0.94% -
XYZ 47.2 38.04 14.75 -
YUV 164.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 240 140 91 0 0.42 0.62 0.06 19.73 0.83 0.65
Hex F0 8C 5B 0 2A 3E 6 14 53 41
Octal 360 214 133 0 52 76 6 24 123 101
Binary 11110000 10001100 1011011 0 101010 111110 110 10100 1010011 1000001

Color Harmonies of #F08C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C5B

Black with #F08C5B

Text Example


Text Example

White with #F08C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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