Html Css Color HEX #F9A14B Sunshade

📋 copy color: '#F9A14B'

red 249 ◦ green 161 ◦ blue 75

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

Shades of Sunshade #F9A14B

Tints of Sunshade #F9A14B

RGB

 RED value IS 249 (97.66% from 255) = 51.34%

 GREEN value IS 161 (63.28% from 255) = 33.2%

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

R = 51.34%
G = 33.2%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9A14B (or 0xF9A14B) is known color: Sunshade. HEX triplet: F9, A1 and 4B. RGB value is (249,161,75). Sum of RGB (Red+Green+Blue) = 249+161+75=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A14B is #065EB4. Grayscale: #B1B1B1. Windows color (decimal): -417461 or 4956665. OLE color: 4956665.

HSL color Cylindrical-coordinate representation of color #F9A14B: hue angle of 29.66º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9A14B is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 161 75 -
CMYK 0 0.35 0.70 0.02
HSL 29.66º 0.94% 0.64% -
HSV(B) 29.66º 0.7% 0.98% -
XYZ 53.08 46.14 12.76 -
YUV 177.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 249 161 75 0 0.35 0.70 0.02 29.66 0.94 0.64
Hex F9 A1 4B 0 23 46 2 1E 5E 40
Octal 371 241 113 0 43 106 2 36 136 100
Binary 11111001 10100001 1001011 0 100011 1000110 10 11110 1011110 1000000

Color Harmonies of #F9A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A14B

Black with #F9A14B

Text Example


Text Example

White with #F9A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A14B; }

 p { color: rgb(249,161,75); }

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

background-color css

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

 a { background-color: rgb(249,161,75); }

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

border-color css

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

 span { border-color: rgb(249,161,75); }

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