Html Css Color HEX #F08C52 Crusta

📋 copy color: '#F08C52'

red 240 ◦ green 140 ◦ blue 82

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

Shades of Crusta #F08C52

Tints of Crusta #F08C52

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

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

R = 51.95%
G = 30.3%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F08C52 (or 0xF08C52) is known color: Crusta. HEX triplet: F0, 8C and 52. RGB value is (240,140,82). Sum of RGB (Red+Green+Blue) = 240+140+82=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C52 is #0F73AD. Grayscale: #A3A3A3. Windows color (decimal): -1012654 or 5410032. OLE color: 5410032.

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

Color convert

RGB 240 140 82 -
CMYK 0 0.42 0.66 0.06
HSL 22.03º 0.84% 0.63% -
HSV(B) 22.03º 0.66% 0.94% -
XYZ 46.84 37.89 12.83 -
YUV 163.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 240 140 82 0 0.42 0.66 0.06 22.03 0.84 0.63
Hex F0 8C 52 0 2A 42 6 16 54 3F
Octal 360 214 122 0 52 102 6 26 124 77
Binary 11110000 10001100 1010010 0 101010 1000010 110 10110 1010100 111111

Color Harmonies of #F08C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C52

Black with #F08C52

Text Example


Text Example

White with #F08C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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