Html Css Color HEX #F08D52 Crusta

📋 copy color: '#F08D52'

red 240 ◦ green 141 ◦ blue 82

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

Shades of Crusta #F08D52

Tints of Crusta #F08D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

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

R = 51.84%
G = 30.45%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F08D52 (or 0xF08D52) is known color: Crusta. HEX triplet: F0, 8D and 52. RGB value is (240,141,82). Sum of RGB (Red+Green+Blue) = 240+141+82=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D52 is #0F72AD. Grayscale: #A4A4A4. Windows color (decimal): -1012398 or 5410288. OLE color: 5410288.

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

Color convert

RGB 240 141 82 -
CMYK 0 0.41 0.66 0.06
HSL 22.41º 0.84% 0.63% -
HSV(B) 22.41º 0.66% 0.94% -
XYZ 46.98 38.18 12.88 -
YUV 163.88 81.8 182.3 -
System Red Green Blue C M Y K H S L
Decimal 240 141 82 0 0.41 0.66 0.06 22.41 0.84 0.63
Hex F0 8D 52 0 29 42 6 16 54 3F
Octal 360 215 122 0 51 102 6 26 124 77
Binary 11110000 10001101 1010010 0 101001 1000010 110 10110 1010100 111111

Color Harmonies of #F08D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D52

Black with #F08D52

Text Example


Text Example

White with #F08D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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