Html Css Color HEX #F0884F Crusta

📋 copy color: '#F0884F'

red 240 ◦ green 136 ◦ blue 79

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

Shades of Crusta #F0884F

Tints of Crusta #F0884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.36%

R = 52.75%
G = 29.89%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0884F (or 0xF0884F) is known color: Crusta. HEX triplet: F0, 88 and 4F. RGB value is (240,136,79). Sum of RGB (Red+Green+Blue) = 240+136+79=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0884F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0884F is #0F77B0. Grayscale: #A0A0A0. Windows color (decimal): -1013681 or 5212400. OLE color: 5212400.

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

Color convert

RGB 240 136 79 -
CMYK 0 0.43 0.67 0.06
HSL 21.24º 0.84% 0.63% -
HSV(B) 21.24º 0.67% 0.94% -
XYZ 46.15 36.7 12.05 -
YUV 160.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 240 136 79 0 0.43 0.67 0.06 21.24 0.84 0.63
Hex F0 88 4F 0 2B 43 6 15 54 3F
Octal 360 210 117 0 53 103 6 25 124 77
Binary 11110000 10001000 1001111 0 101011 1000011 110 10101 1010100 111111

Color Harmonies of #F0884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0884F

Black with #F0884F

Text Example


Text Example

White with #F0884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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