Html Css Color HEX #F0874C Crusta

📋 copy color: '#F0874C'

red 240 ◦ green 135 ◦ blue 76

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

Shades of Crusta #F0874C

Tints of Crusta #F0874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.93%

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

R = 53.22%
G = 29.93%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0874C (or 0xF0874C) is known color: Crusta. HEX triplet: F0, 87 and 4C. RGB value is (240,135,76). Sum of RGB (Red+Green+Blue) = 240+135+76=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0874C is #0F78B3. Grayscale: #A0A0A0. Windows color (decimal): -1013940 or 5015536. OLE color: 5015536.

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

Color convert

RGB 240 135 76 -
CMYK 0 0.44 0.68 0.06
HSL 21.59º 0.85% 0.62% -
HSV(B) 21.59º 0.68% 0.94% -
XYZ 45.9 36.38 11.44 -
YUV 159.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 240 135 76 0 0.44 0.68 0.06 21.59 0.85 0.62
Hex F0 87 4C 0 2C 44 6 16 55 3E
Octal 360 207 114 0 54 104 6 26 125 76
Binary 11110000 10000111 1001100 0 101100 1000100 110 10110 1010101 111110

Color Harmonies of #F0874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0874C

Black with #F0874C

Text Example


Text Example

White with #F0874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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