Html Css Color HEX #F0854C Crusta

📋 copy color: '#F0854C'

red 240 ◦ green 133 ◦ blue 76

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

Shades of Crusta #F0854C

Tints of Crusta #F0854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

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

R = 53.45%
G = 29.62%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0854C (or 0xF0854C) is known color: Crusta. HEX triplet: F0, 85 and 4C. RGB value is (240,133,76). Sum of RGB (Red+Green+Blue) = 240+133+76=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0854C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0854C is #0F7AB3. Grayscale: #9E9E9E. Windows color (decimal): -1014452 or 5015024. OLE color: 5015024.

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

Color convert

RGB 240 133 76 -
CMYK 0 0.45 0.68 0.06
HSL 20.85º 0.85% 0.62% -
HSV(B) 20.85º 0.68% 0.94% -
XYZ 45.63 35.82 11.35 -
YUV 158.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 240 133 76 0 0.45 0.68 0.06 20.85 0.85 0.62
Hex F0 85 4C 0 2D 44 6 15 55 3E
Octal 360 205 114 0 55 104 6 25 125 76
Binary 11110000 10000101 1001100 0 101101 1000100 110 10101 1010101 111110

Color Harmonies of #F0854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0854C

Black with #F0854C

Text Example


Text Example

White with #F0854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0854C; }

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

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

background-color css

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

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

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

border-color css

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

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

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