Html Css Color HEX #F58952 Crusta

📋 copy color: '#F58952'

red 245 ◦ green 137 ◦ blue 82

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

Shades of Crusta #F58952

Tints of Crusta #F58952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.53%

 BLUE value IS 82 (32.42% from 255) = 17.67%

R = 52.8%
G = 29.53%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F58952 (or 0xF58952) is known color: Crusta. HEX triplet: F5, 89 and 52. RGB value is (245,137,82). Sum of RGB (Red+Green+Blue) = 245+137+82=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F58952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58952 is #0A76AD. Grayscale: #A3A3A3. Windows color (decimal): -685742 or 5409269. OLE color: 5409269.

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

Color convert

RGB 245 137 82 -
CMYK 0 0.44 0.67 0.04
HSL 20.25º 0.89% 0.64% -
HSV(B) 20.25º 0.67% 0.96% -
XYZ 48.12 37.91 12.76 -
YUV 163.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 245 137 82 0 0.44 0.67 0.04 20.25 0.89 0.64
Hex F5 89 52 0 2C 43 4 14 59 40
Octal 365 211 122 0 54 103 4 24 131 100
Binary 11110101 10001001 1010010 0 101100 1000011 100 10100 1011001 1000000

Color Harmonies of #F58952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58952

Black with #F58952

Text Example


Text Example

White with #F58952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58952; }

 p { color: rgb(245,137,82); }

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

background-color css

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

 a { background-color: rgb(245,137,82); }

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

border-color css

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

 span { border-color: rgb(245,137,82); }

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