Html Css Color HEX #F0885A Crusta

📋 copy color: '#F0885A'

red 240 ◦ green 136 ◦ blue 90

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

Shades of Crusta #F0885A

Tints of Crusta #F0885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 51.5%
G = 29.18%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0885A (or 0xF0885A) is known color: Crusta. HEX triplet: F0, 88 and 5A. RGB value is (240,136,90). Sum of RGB (Red+Green+Blue) = 240+136+90=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0885A is #0F77A5. Grayscale: #A2A2A2. Windows color (decimal): -1013670 or 5933296. OLE color: 5933296.

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

Color convert

RGB 240 136 90 -
CMYK 0 0.43 0.62 0.06
HSL 18.4º 0.83% 0.65% -
HSV(B) 18.4º 0.63% 0.94% -
XYZ 46.58 36.87 14.33 -
YUV 161.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 240 136 90 0 0.43 0.62 0.06 18.4 0.83 0.65
Hex F0 88 5A 0 2B 3E 6 12 53 41
Octal 360 210 132 0 53 76 6 22 123 101
Binary 11110000 10001000 1011010 0 101011 111110 110 10010 1010011 1000001

Color Harmonies of #F0885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0885A

Black with #F0885A

Text Example


Text Example

White with #F0885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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