Html Css Color HEX #F9A14C Sunshade

📋 copy color: '#F9A14C'

red 249 ◦ green 161 ◦ blue 76

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

Shades of Sunshade #F9A14C

Tints of Sunshade #F9A14C

RGB

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

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

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

R = 51.23%
G = 33.13%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9A14C (or 0xF9A14C) is known color: Sunshade. HEX triplet: F9, A1 and 4C. RGB value is (249,161,76). Sum of RGB (Red+Green+Blue) = 249+161+76=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A14C is #065EB3. Grayscale: #B2B2B2. Windows color (decimal): -417460 or 5022201. OLE color: 5022201.

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

Color convert

RGB 249 161 76 -
CMYK 0 0.35 0.69 0.02
HSL 29.48º 0.94% 0.64% -
HSV(B) 29.48º 0.69% 0.98% -
XYZ 53.12 46.15 12.95 -
YUV 177.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 249 161 76 0 0.35 0.69 0.02 29.48 0.94 0.64
Hex F9 A1 4C 0 23 45 2 1D 5E 40
Octal 371 241 114 0 43 105 2 35 136 100
Binary 11111001 10100001 1001100 0 100011 1000101 10 11101 1011110 1000000

Color Harmonies of #F9A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A14C

Black with #F9A14C

Text Example


Text Example

White with #F9A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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