Html Css Color HEX #F0884C Crusta

📋 copy color: '#F0884C'

red 240 ◦ green 136 ◦ blue 76

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

Shades of Crusta #F0884C

Tints of Crusta #F0884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.81%

R = 53.1%
G = 30.09%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0884C (or 0xF0884C) is known color: Crusta. HEX triplet: F0, 88 and 4C. RGB value is (240,136,76). Sum of RGB (Red+Green+Blue) = 240+136+76=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0884C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0884C is #0F77B3. Grayscale: #A0A0A0. Windows color (decimal): -1013684 or 5015792. OLE color: 5015792.

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

Color convert

RGB 240 136 76 -
CMYK 0 0.43 0.68 0.06
HSL 21.95º 0.85% 0.62% -
HSV(B) 21.95º 0.68% 0.94% -
XYZ 46.04 36.66 11.49 -
YUV 160.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 240 136 76 0 0.43 0.68 0.06 21.95 0.85 0.62
Hex F0 88 4C 0 2B 44 6 16 55 3E
Octal 360 210 114 0 53 104 6 26 125 76
Binary 11110000 10001000 1001100 0 101011 1000100 110 10110 1010101 111110

Color Harmonies of #F0884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0884C

Black with #F0884C

Text Example


Text Example

White with #F0884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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