Html Css Color HEX #F9A706 Orange

📋 copy color: '#F9A706'

red 249 ◦ green 167 ◦ blue 6

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

Shades of Orange #F9A706

Tints of Orange #F9A706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 59%
G = 39.57%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F9A706 (or 0xF9A706) is known color: Orange. HEX triplet: F9, A7 and 06. RGB value is (249,167,6). Sum of RGB (Red+Green+Blue) = 249+167+6=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A706 is #0658F9. Grayscale: #ADADAD. Windows color (decimal): -415994 or 436217. OLE color: 436217.

HSL color Cylindrical-coordinate representation of color #F9A706: hue angle of 39.75º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9A706 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 167 6 -
CMYK 0 0.33 0.98 0.02
HSL 39.75º 0.95% 0.5% -
HSV(B) 39.75º 0.98% 0.98% -
XYZ 52.92 47.79 6.61 -
YUV 173.16 33.67 182.09 -
System Red Green Blue C M Y K H S L
Decimal 249 167 6 0 0.33 0.98 0.02 39.75 0.95 0.5
Hex F9 A7 6 0 21 62 2 28 5F 32
Octal 371 247 6 0 41 142 2 50 137 62
Binary 11111001 10100111 110 0 100001 1100010 10 101000 1011111 110010

Color Harmonies of #F9A706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A706

Black with #F9A706

Text Example


Text Example

White with #F9A706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A706; }

 p { color: rgb(249,167,6); }

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

background-color css

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

 a { background-color: rgb(249,167,6); }

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

border-color css

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

 span { border-color: rgb(249,167,6); }

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