Html Css Color HEX #F58053 Crusta

📋 copy color: '#F58053'

red 245 ◦ green 128 ◦ blue 83

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

Shades of Crusta #F58053

Tints of Crusta #F58053

RGB

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

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

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

R = 53.73%
G = 28.07%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F58053 (or 0xF58053) is known color: Crusta. HEX triplet: F5, 80 and 53. RGB value is (245,128,83). Sum of RGB (Red+Green+Blue) = 245+128+83=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F58053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58053 is #0A7FAC. Grayscale: #9E9E9E. Windows color (decimal): -688045 or 5472501. OLE color: 5472501.

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

Color convert

RGB 245 128 83 -
CMYK 0 0.48 0.66 0.04
HSL 16.67º 0.89% 0.64% -
HSV(B) 16.67º 0.66% 0.96% -
XYZ 46.94 35.48 12.56 -
YUV 157.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 245 128 83 0 0.48 0.66 0.04 16.67 0.89 0.64
Hex F5 80 53 0 30 42 4 11 59 40
Octal 365 200 123 0 60 102 4 21 131 100
Binary 11110101 10000000 1010011 0 110000 1000010 100 10001 1011001 1000000

Color Harmonies of #F58053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58053

Black with #F58053

Text Example


Text Example

White with #F58053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58053; }

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

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

background-color css

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

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

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

border-color css

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

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

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