Html Css Color HEX #F0885E Crusta

📋 copy color: '#F0885E'

red 240 ◦ green 136 ◦ blue 94

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

Shades of Crusta #F0885E

Tints of Crusta #F0885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.94%

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

R = 51.06%
G = 28.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0885E (or 0xF0885E) is known color: Crusta. HEX triplet: F0, 88 and 5E. RGB value is (240,136,94). Sum of RGB (Red+Green+Blue) = 240+136+94=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0885E is #0F77A1. Grayscale: #A2A2A2. Windows color (decimal): -1013666 or 6195440. OLE color: 6195440.

HSL color Cylindrical-coordinate representation of color #F0885E: hue angle of 17.26º 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 #F0885E is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 94 -
CMYK 0 0.43 0.61 0.06
HSL 17.26º 0.83% 0.65% -
HSV(B) 17.26º 0.61% 0.94% -
XYZ 46.76 36.94 15.26 -
YUV 162.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 240 136 94 0 0.43 0.61 0.06 17.26 0.83 0.65
Hex F0 88 5E 0 2B 3D 6 11 53 41
Octal 360 210 136 0 53 75 6 21 123 101
Binary 11110000 10001000 1011110 0 101011 111101 110 10001 1010011 1000001

Color Harmonies of #F0885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0885E

Black with #F0885E

Text Example


Text Example

White with #F0885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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