Html Css Color HEX #F5A34A Sunshade

📋 copy color: '#F5A34A'

red 245 ◦ green 163 ◦ blue 74

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

Shades of Sunshade #F5A34A

Tints of Sunshade #F5A34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.35%

R = 50.83%
G = 33.82%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5A34A (or 0xF5A34A) is known color: Sunshade. HEX triplet: F5, A3 and 4A. RGB value is (245,163,74). Sum of RGB (Red+Green+Blue) = 245+163+74=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A34A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A34A is #0A5CB5. Grayscale: #B1B1B1. Windows color (decimal): -679094 or 4891637. OLE color: 4891637.

HSL color Cylindrical-coordinate representation of color #F5A34A: hue angle of 31.23º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5A34A is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 163 74 -
CMYK 0 0.33 0.70 0.04
HSL 31.23º 0.9% 0.63% -
HSV(B) 31.23º 0.7% 0.96% -
XYZ 51.99 46.1 12.64 -
YUV 177.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 245 163 74 0 0.33 0.70 0.04 31.23 0.9 0.63
Hex F5 A3 4A 0 21 46 4 1F 5A 3F
Octal 365 243 112 0 41 106 4 37 132 77
Binary 11110101 10100011 1001010 0 100001 1000110 100 11111 1011010 111111

Color Harmonies of #F5A34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A34A

Black with #F5A34A

Text Example


Text Example

White with #F5A34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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