Html Css Color HEX #F08552 Crusta

📋 copy color: '#F08552'

red 240 ◦ green 133 ◦ blue 82

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

Shades of Crusta #F08552

Tints of Crusta #F08552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.02%

R = 52.75%
G = 29.23%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F08552 (or 0xF08552) is known color: Crusta. HEX triplet: F0, 85 and 52. RGB value is (240,133,82). Sum of RGB (Red+Green+Blue) = 240+133+82=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F08552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08552 is #0F7AAD. Grayscale: #9F9F9F. Windows color (decimal): -1014446 or 5408240. OLE color: 5408240.

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

Color convert

RGB 240 133 82 -
CMYK 0 0.45 0.66 0.06
HSL 19.37º 0.84% 0.63% -
HSV(B) 19.37º 0.66% 0.94% -
XYZ 45.85 35.91 12.5 -
YUV 159.18 84.45 185.65 -
System Red Green Blue C M Y K H S L
Decimal 240 133 82 0 0.45 0.66 0.06 19.37 0.84 0.63
Hex F0 85 52 0 2D 42 6 13 54 3F
Octal 360 205 122 0 55 102 6 23 124 77
Binary 11110000 10000101 1010010 0 101101 1000010 110 10011 1010100 111111

Color Harmonies of #F08552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08552

Black with #F08552

Text Example


Text Example

White with #F08552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08552; }

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

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

background-color css

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

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

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

border-color css

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

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

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