Html Css Color HEX #F5A342 Sunshade

📋 copy color: '#F5A342'

red 245 ◦ green 163 ◦ blue 66

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

Shades of Sunshade #F5A342

Tints of Sunshade #F5A342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.39%

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

R = 51.69%
G = 34.39%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F5A342 (or 0xF5A342) is known color: Sunshade. HEX triplet: F5, A3 and 42. RGB value is (245,163,66). Sum of RGB (Red+Green+Blue) = 245+163+66=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A342 is #0A5CBD. Grayscale: #B0B0B0. Windows color (decimal): -679102 or 4367349. OLE color: 4367349.

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

Color convert

RGB 245 163 66 -
CMYK 0 0.33 0.73 0.04
HSL 32.51º 0.9% 0.61% -
HSV(B) 32.51º 0.73% 0.96% -
XYZ 51.74 46 11.31 -
YUV 176.46 65.67 176.89 -
System Red Green Blue C M Y K H S L
Decimal 245 163 66 0 0.33 0.73 0.04 32.51 0.9 0.61
Hex F5 A3 42 0 21 49 4 21 5A 3D
Octal 365 243 102 0 41 111 4 41 132 75
Binary 11110101 10100011 1000010 0 100001 1001001 100 100001 1011010 111101

Color Harmonies of #F5A342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A342

Black with #F5A342

Text Example


Text Example

White with #F5A342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A342; }

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

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

background-color css

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

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

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

border-color css

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

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

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