Html Css Color HEX #F5A34C Sunshade

📋 copy color: '#F5A34C'

red 245 ◦ green 163 ◦ blue 76

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

Shades of Sunshade #F5A34C

Tints of Sunshade #F5A34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.7%

R = 50.62%
G = 33.68%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5A34C (or 0xF5A34C) is known color: Sunshade. HEX triplet: F5, A3 and 4C. RGB value is (245,163,76). Sum of RGB (Red+Green+Blue) = 245+163+76=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A34C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A34C is #0A5CB3. Grayscale: #B2B2B2. Windows color (decimal): -679092 or 5022709. OLE color: 5022709.

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

Color convert

RGB 245 163 76 -
CMYK 0 0.33 0.69 0.04
HSL 30.89º 0.89% 0.63% -
HSV(B) 30.89º 0.69% 0.96% -
XYZ 52.06 46.13 13 -
YUV 177.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 245 163 76 0 0.33 0.69 0.04 30.89 0.89 0.63
Hex F5 A3 4C 0 21 45 4 1F 59 3F
Octal 365 243 114 0 41 105 4 37 131 77
Binary 11110101 10100011 1001100 0 100001 1000101 100 11111 1011001 111111

Color Harmonies of #F5A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A34C

Black with #F5A34C

Text Example


Text Example

White with #F5A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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