Html Css Color HEX #F08253 Crusta

📋 copy color: '#F08253'

red 240 ◦ green 130 ◦ blue 83

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

Shades of Crusta #F08253

Tints of Crusta #F08253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.7%

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

R = 52.98%
G = 28.7%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08253 (or 0xF08253) is known color: Crusta. HEX triplet: F0, 82 and 53. RGB value is (240,130,83). Sum of RGB (Red+Green+Blue) = 240+130+83=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F08253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08253 is #0F7DAC. Grayscale: #9D9D9D. Windows color (decimal): -1015213 or 5473008. OLE color: 5473008.

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

Color convert

RGB 240 130 83 -
CMYK 0 0.46 0.65 0.06
HSL 17.96º 0.84% 0.63% -
HSV(B) 17.96º 0.65% 0.94% -
XYZ 45.48 35.12 12.56 -
YUV 157.53 85.94 186.82 -
System Red Green Blue C M Y K H S L
Decimal 240 130 83 0 0.46 0.65 0.06 17.96 0.84 0.63
Hex F0 82 53 0 2E 41 6 12 54 3F
Octal 360 202 123 0 56 101 6 22 124 77
Binary 11110000 10000010 1010011 0 101110 1000001 110 10010 1010100 111111

Color Harmonies of #F08253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08253

Black with #F08253

Text Example


Text Example

White with #F08253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08253; }

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

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

background-color css

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

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

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

border-color css

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

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

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