Html Css Color HEX #F59052 Crusta

📋 copy color: '#F59052'

red 245 ◦ green 144 ◦ blue 82

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

Shades of Crusta #F59052

Tints of Crusta #F59052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.57%

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

R = 52.02%
G = 30.57%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F59052 (or 0xF59052) is known color: Crusta. HEX triplet: F5, 90 and 52. RGB value is (245,144,82). Sum of RGB (Red+Green+Blue) = 245+144+82=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F59052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59052 is #0A6FAD. Grayscale: #A7A7A7. Windows color (decimal): -683950 or 5411061. OLE color: 5411061.

HSL color Cylindrical-coordinate representation of color #F59052: hue angle of 22.82º 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 #F59052 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 144 82 -
CMYK 0 0.41 0.67 0.04
HSL 22.82º 0.89% 0.64% -
HSV(B) 22.82º 0.67% 0.96% -
XYZ 49.15 39.97 13.11 -
YUV 167.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 245 144 82 0 0.41 0.67 0.04 22.82 0.89 0.64
Hex F5 90 52 0 29 43 4 17 59 40
Octal 365 220 122 0 51 103 4 27 131 100
Binary 11110101 10010000 1010010 0 101001 1000011 100 10111 1011001 1000000

Color Harmonies of #F59052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59052

Black with #F59052

Text Example


Text Example

White with #F59052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59052; }

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

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

background-color css

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

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

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

border-color css

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

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

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