Html Css Color HEX #F58049 Crusta

📋 copy color: '#F58049'

red 245 ◦ green 128 ◦ blue 73

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

Shades of Crusta #F58049

Tints of Crusta #F58049

RGB

 RED value IS 245 (96.09% from 255) = 54.93%

 GREEN value IS 128 (50.39% from 255) = 28.7%

 BLUE value IS 73 (28.91% from 255) = 16.37%

R = 54.93%
G = 28.7%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F58049 (or 0xF58049) is known color: Crusta. HEX triplet: F5, 80 and 49. RGB value is (245,128,73). Sum of RGB (Red+Green+Blue) = 245+128+73=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F58049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58049 is #0A7FB6. Grayscale: #9D9D9D. Windows color (decimal): -688055 or 4817141. OLE color: 4817141.

HSL color Cylindrical-coordinate representation of color #F58049: hue angle of 19.19º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F58049 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 73 -
CMYK 0 0.48 0.70 0.04
HSL 19.19º 0.9% 0.62% -
HSV(B) 19.19º 0.7% 0.96% -
XYZ 46.58 35.33 10.67 -
YUV 156.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 245 128 73 0 0.48 0.70 0.04 19.19 0.9 0.62
Hex F5 80 49 0 30 46 4 13 5A 3E
Octal 365 200 111 0 60 106 4 23 132 76
Binary 11110101 10000000 1001001 0 110000 1000110 100 10011 1011010 111110

Color Harmonies of #F58049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58049

Black with #F58049

Text Example


Text Example

White with #F58049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58049; }

 p { color: rgb(245,128,73); }

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

background-color css

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

 a { background-color: rgb(245,128,73); }

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

border-color css

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

 span { border-color: rgb(245,128,73); }

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