Html Css Color HEX #F08E55 Crusta

📋 copy color: '#F08E55'

red 240 ◦ green 142 ◦ blue 85

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

Shades of Crusta #F08E55

Tints of Crusta #F08E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.2%

R = 51.39%
G = 30.41%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08E55 (or 0xF08E55) is known color: Crusta. HEX triplet: F0, 8E and 55. RGB value is (240,142,85). Sum of RGB (Red+Green+Blue) = 240+142+85=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E55 is #0F71AA. Grayscale: #A5A5A5. Windows color (decimal): -1012139 or 5607152. OLE color: 5607152.

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

Color convert

RGB 240 142 85 -
CMYK 0 0.41 0.65 0.06
HSL 22.06º 0.84% 0.64% -
HSV(B) 22.06º 0.65% 0.94% -
XYZ 47.25 38.53 13.54 -
YUV 164.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 240 142 85 0 0.41 0.65 0.06 22.06 0.84 0.64
Hex F0 8E 55 0 29 41 6 16 54 40
Octal 360 216 125 0 51 101 6 26 124 100
Binary 11110000 10001110 1010101 0 101001 1000001 110 10110 1010100 1000000

Color Harmonies of #F08E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E55

Black with #F08E55

Text Example


Text Example

White with #F08E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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