Html Css Color HEX #F0885F Crusta

📋 copy color: '#F0885F'

red 240 ◦ green 136 ◦ blue 95

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

Shades of Crusta #F0885F

Tints of Crusta #F0885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.17%

R = 50.96%
G = 28.87%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0885F (or 0xF0885F) is known color: Crusta. HEX triplet: F0, 88 and 5F. RGB value is (240,136,95). Sum of RGB (Red+Green+Blue) = 240+136+95=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0885F is #0F77A0. Grayscale: #A2A2A2. Windows color (decimal): -1013665 or 6260976. OLE color: 6260976.

HSL color Cylindrical-coordinate representation of color #F0885F: hue angle of 16.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0885F is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 95 -
CMYK 0 0.43 0.60 0.06
HSL 16.97º 0.83% 0.66% -
HSV(B) 16.97º 0.6% 0.94% -
XYZ 46.8 36.96 15.49 -
YUV 162.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 240 136 95 0 0.43 0.60 0.06 16.97 0.83 0.66
Hex F0 88 5F 0 2B 3C 6 11 53 42
Octal 360 210 137 0 53 74 6 21 123 102
Binary 11110000 10001000 1011111 0 101011 111100 110 10001 1010011 1000010

Color Harmonies of #F0885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0885F

Black with #F0885F

Text Example


Text Example

White with #F0885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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