Html Css Color HEX #F08E5E Crusta

📋 copy color: '#F08E5E'

red 240 ◦ green 142 ◦ blue 94

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

Shades of Crusta #F08E5E

Tints of Crusta #F08E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.83%

 BLUE value IS 94 (37.11% from 255) = 19.75%

R = 50.42%
G = 29.83%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F08E5E (or 0xF08E5E) is known color: Crusta. HEX triplet: F0, 8E and 5E. RGB value is (240,142,94). Sum of RGB (Red+Green+Blue) = 240+142+94=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E5E is #0F71A1. Grayscale: #A6A6A6. Windows color (decimal): -1012130 or 6196976. OLE color: 6196976.

HSL color Cylindrical-coordinate representation of color #F08E5E: 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.61%. Process color model (Four color, CMYK) of #F08E5E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 142 94 -
CMYK 0 0.41 0.61 0.06
HSL 19.73º 0.83% 0.65% -
HSV(B) 19.73º 0.61% 0.94% -
XYZ 47.63 38.68 15.55 -
YUV 165.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 240 142 94 0 0.41 0.61 0.06 19.73 0.83 0.65
Hex F0 8E 5E 0 29 3D 6 14 53 41
Octal 360 216 136 0 51 75 6 24 123 101
Binary 11110000 10001110 1011110 0 101001 111101 110 10100 1010011 1000001

Color Harmonies of #F08E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E5E

Black with #F08E5E

Text Example


Text Example

White with #F08E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E5E; }

 p { color: rgb(240,142,94); }

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

background-color css

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

 a { background-color: rgb(240,142,94); }

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

border-color css

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

 span { border-color: rgb(240,142,94); }

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