Html Css Color HEX #F5A64E Sunshade

📋 copy color: '#F5A64E'

red 245 ◦ green 166 ◦ blue 78

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

Shades of Sunshade #F5A64E

Tints of Sunshade #F5A64E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

 BLUE value IS 78 (30.86% from 255) = 15.95%

R = 50.1%
G = 33.95%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5A64E (or 0xF5A64E) is known color: Sunshade. HEX triplet: F5, A6 and 4E. RGB value is (245,166,78). Sum of RGB (Red+Green+Blue) = 245+166+78=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A64E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A64E is #0A59B1. Grayscale: #B4B4B4. Windows color (decimal): -678322 or 5154549. OLE color: 5154549.

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

Color convert

RGB 245 166 78 -
CMYK 0 0.32 0.68 0.04
HSL 31.62º 0.89% 0.63% -
HSV(B) 31.62º 0.68% 0.96% -
XYZ 52.67 47.23 13.55 -
YUV 179.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 245 166 78 0 0.32 0.68 0.04 31.62 0.89 0.63
Hex F5 A6 4E 0 20 44 4 20 59 3F
Octal 365 246 116 0 40 104 4 40 131 77
Binary 11110101 10100110 1001110 0 100000 1000100 100 100000 1011001 111111

Color Harmonies of #F5A64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A64E

Black with #F5A64E

Text Example


Text Example

White with #F5A64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A64E; }

 p { color: rgb(245,166,78); }

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

background-color css

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

 a { background-color: rgb(245,166,78); }

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

border-color css

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

 span { border-color: rgb(245,166,78); }

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