Html Css Color HEX #F58454 Crusta

📋 copy color: '#F58454'

red 245 ◦ green 132 ◦ blue 84

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

Shades of Crusta #F58454

Tints of Crusta #F58454

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

 BLUE value IS 84 (33.2% from 255) = 18.22%

R = 53.15%
G = 28.63%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F58454 (or 0xF58454) is known color: Crusta. HEX triplet: F5, 84 and 54. RGB value is (245,132,84). Sum of RGB (Red+Green+Blue) = 245+132+84=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F58454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58454 is #0A7BAB. Grayscale: #A0A0A0. Windows color (decimal): -687020 or 5539061. OLE color: 5539061.

HSL color Cylindrical-coordinate representation of color #F58454: hue angle of 17.89º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F58454 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 132 84 -
CMYK 0 0.46 0.66 0.04
HSL 17.89º 0.89% 0.65% -
HSV(B) 17.89º 0.66% 0.96% -
XYZ 47.51 36.56 12.94 -
YUV 160.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 245 132 84 0 0.46 0.66 0.04 17.89 0.89 0.65
Hex F5 84 54 0 2E 42 4 12 59 41
Octal 365 204 124 0 56 102 4 22 131 101
Binary 11110101 10000100 1010100 0 101110 1000010 100 10010 1011001 1000001

Color Harmonies of #F58454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58454

Black with #F58454

Text Example


Text Example

White with #F58454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58454; }

 p { color: rgb(245,132,84); }

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

background-color css

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

 a { background-color: rgb(245,132,84); }

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

border-color css

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

 span { border-color: rgb(245,132,84); }

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