Html Css Color HEX #F08352 Crusta

📋 copy color: '#F08352'

red 240 ◦ green 131 ◦ blue 82

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

Shades of Crusta #F08352

Tints of Crusta #F08352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

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

R = 52.98%
G = 28.92%
B = 18.1%

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

#F08352 (or 0xF08352) is known color: Crusta. HEX triplet: F0, 83 and 52. RGB value is (240,131,82). Sum of RGB (Red+Green+Blue) = 240+131+82=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F08352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08352 is #0F7CAD. Grayscale: #9E9E9E. Windows color (decimal): -1014958 or 5407728. OLE color: 5407728.

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

Color convert

RGB 240 131 82 -
CMYK 0 0.45 0.66 0.06
HSL 18.61º 0.84% 0.63% -
HSV(B) 18.61º 0.66% 0.94% -
XYZ 45.57 35.37 12.41 -
YUV 158.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 240 131 82 0 0.45 0.66 0.06 18.61 0.84 0.63
Hex F0 83 52 0 2D 42 6 13 54 3F
Octal 360 203 122 0 55 102 6 23 124 77
Binary 11110000 10000011 1010010 0 101101 1000010 110 10011 1010100 111111

Color Harmonies of #F08352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08352

Black with #F08352

Text Example


Text Example

White with #F08352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08352; }

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

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

background-color css

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

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

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

border-color css

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

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

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