Html Css Color HEX #F5A24B Sunshade

📋 copy color: '#F5A24B'

red 245 ◦ green 162 ◦ blue 75

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

Shades of Sunshade #F5A24B

Tints of Sunshade #F5A24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.61%

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

R = 50.83%
G = 33.61%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5A24B (or 0xF5A24B) is known color: Sunshade. HEX triplet: F5, A2 and 4B. RGB value is (245,162,75). Sum of RGB (Red+Green+Blue) = 245+162+75=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A24B is #0A5DB4. Grayscale: #B1B1B1. Windows color (decimal): -679349 or 4956917. OLE color: 4956917.

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

Color convert

RGB 245 162 75 -
CMYK 0 0.34 0.69 0.04
HSL 30.71º 0.89% 0.63% -
HSV(B) 30.71º 0.69% 0.96% -
XYZ 51.85 45.76 12.76 -
YUV 176.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 245 162 75 0 0.34 0.69 0.04 30.71 0.89 0.63
Hex F5 A2 4B 0 22 45 4 1F 59 3F
Octal 365 242 113 0 42 105 4 37 131 77
Binary 11110101 10100010 1001011 0 100010 1000101 100 11111 1011001 111111

Color Harmonies of #F5A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A24B

Black with #F5A24B

Text Example


Text Example

White with #F5A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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