Html Css Color HEX #F5A64B Sunshade

📋 copy color: '#F5A64B'

red 245 ◦ green 166 ◦ blue 75

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

Shades of Sunshade #F5A64B

Tints of Sunshade #F5A64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.43%

R = 50.41%
G = 34.16%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5A64B (or 0xF5A64B) is known color: Sunshade. HEX triplet: F5, A6 and 4B. RGB value is (245,166,75). Sum of RGB (Red+Green+Blue) = 245+166+75=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A64B is #0A59B4. Grayscale: #B3B3B3. Windows color (decimal): -678325 or 4957941. OLE color: 4957941.

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

Color convert

RGB 245 166 75 -
CMYK 0 0.32 0.69 0.04
HSL 32.12º 0.89% 0.63% -
HSV(B) 32.12º 0.69% 0.96% -
XYZ 52.56 47.19 13 -
YUV 179.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 245 166 75 0 0.32 0.69 0.04 32.12 0.89 0.63
Hex F5 A6 4B 0 20 45 4 20 59 3F
Octal 365 246 113 0 40 105 4 40 131 77
Binary 11110101 10100110 1001011 0 100000 1000101 100 100000 1011001 111111

Color Harmonies of #F5A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A64B

Black with #F5A64B

Text Example


Text Example

White with #F5A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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