Html Css Color HEX #F5A242 Sunshade

📋 copy color: '#F5A242'

red 245 ◦ green 162 ◦ blue 66

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

Shades of Sunshade #F5A242

Tints of Sunshade #F5A242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.25%

 BLUE value IS 66 (26.17% from 255) = 13.95%

R = 51.8%
G = 34.25%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F5A242 (or 0xF5A242) is known color: Sunshade. HEX triplet: F5, A2 and 42. RGB value is (245,162,66). Sum of RGB (Red+Green+Blue) = 245+162+66=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A242 is #0A5DBD. Grayscale: #B0B0B0. Windows color (decimal): -679358 or 4367093. OLE color: 4367093.

HSL color Cylindrical-coordinate representation of color #F5A242: hue angle of 32.18º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5A242 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 162 66 -
CMYK 0 0.34 0.73 0.04
HSL 32.18º 0.9% 0.61% -
HSV(B) 32.18º 0.73% 0.96% -
XYZ 51.56 45.65 11.25 -
YUV 175.87 66 177.31 -
System Red Green Blue C M Y K H S L
Decimal 245 162 66 0 0.34 0.73 0.04 32.18 0.9 0.61
Hex F5 A2 42 0 22 49 4 20 5A 3D
Octal 365 242 102 0 42 111 4 40 132 75
Binary 11110101 10100010 1000010 0 100010 1001001 100 100000 1011010 111101

Color Harmonies of #F5A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A242

Black with #F5A242

Text Example


Text Example

White with #F5A242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A242; }

 p { color: rgb(245,162,66); }

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

background-color css

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

 a { background-color: rgb(245,162,66); }

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

border-color css

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

 span { border-color: rgb(245,162,66); }

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