Html Css Color HEX #F08353 Crusta

📋 copy color: '#F08353'

red 240 ◦ green 131 ◦ blue 83

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

Shades of Crusta #F08353

Tints of Crusta #F08353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.28%

R = 52.86%
G = 28.85%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08353 (or 0xF08353) is known color: Crusta. HEX triplet: F0, 83 and 53. RGB value is (240,131,83). Sum of RGB (Red+Green+Blue) = 240+131+83=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F08353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08353 is #0F7CAC. Grayscale: #9E9E9E. Windows color (decimal): -1014957 or 5473264. OLE color: 5473264.

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

Color convert

RGB 240 131 83 -
CMYK 0 0.45 0.65 0.06
HSL 18.34º 0.84% 0.63% -
HSV(B) 18.34º 0.65% 0.94% -
XYZ 45.61 35.38 12.61 -
YUV 158.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 240 131 83 0 0.45 0.65 0.06 18.34 0.84 0.63
Hex F0 83 53 0 2D 41 6 12 54 3F
Octal 360 203 123 0 55 101 6 22 124 77
Binary 11110000 10000011 1010011 0 101101 1000001 110 10010 1010100 111111

Color Harmonies of #F08353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08353

Black with #F08353

Text Example


Text Example

White with #F08353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08353; }

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

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

background-color css

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

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

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

border-color css

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

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

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