Html Css Color HEX #F5A54B Sunshade

📋 copy color: '#F5A54B'

red 245 ◦ green 165 ◦ blue 75

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

Shades of Sunshade #F5A54B

Tints of Sunshade #F5A54B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

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

R = 50.52%
G = 34.02%
B = 15.46%

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

#F5A54B (or 0xF5A54B) is known color: Sunshade. HEX triplet: F5, A5 and 4B. RGB value is (245,165,75). Sum of RGB (Red+Green+Blue) = 245+165+75=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A54B is #0A5AB4. Grayscale: #B3B3B3. Windows color (decimal): -678581 or 4957685. OLE color: 4957685.

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

Color convert

RGB 245 165 75 -
CMYK 0 0.33 0.69 0.04
HSL 31.76º 0.89% 0.63% -
HSV(B) 31.76º 0.69% 0.96% -
XYZ 52.38 46.83 12.94 -
YUV 178.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 245 165 75 0 0.33 0.69 0.04 31.76 0.89 0.63
Hex F5 A5 4B 0 21 45 4 20 59 3F
Octal 365 245 113 0 41 105 4 40 131 77
Binary 11110101 10100101 1001011 0 100001 1000101 100 100000 1011001 111111

Color Harmonies of #F5A54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A54B

Black with #F5A54B

Text Example


Text Example

White with #F5A54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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