Html Css Color HEX #F9A504 Orange

📋 copy color: '#F9A504'

red 249 ◦ green 165 ◦ blue 4

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

Shades of Orange #F9A504

Tints of Orange #F9A504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 59.57%
G = 39.47%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F9A504 (or 0xF9A504) is known color: Orange. HEX triplet: F9, A5 and 04. RGB value is (249,165,4). Sum of RGB (Red+Green+Blue) = 249+165+4=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A504 is #065AFB. Grayscale: #ACACAC. Windows color (decimal): -416508 or 304633. OLE color: 304633.

HSL color Cylindrical-coordinate representation of color #F9A504: hue angle of 39.43º degrees, saturation: 0.97, 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 #F9A504 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 165 4 -
CMYK 0 0.34 0.98 0.02
HSL 39.43º 0.97% 0.5% -
HSV(B) 39.43º 0.98% 0.98% -
XYZ 52.54 47.06 6.43 -
YUV 171.76 33.33 183.09 -
System Red Green Blue C M Y K H S L
Decimal 249 165 4 0 0.34 0.98 0.02 39.43 0.97 0.5
Hex F9 A5 4 0 22 62 2 27 61 32
Octal 371 245 4 0 42 142 2 47 141 62
Binary 11111001 10100101 100 0 100010 1100010 10 100111 1100001 110010

Color Harmonies of #F9A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A504

Black with #F9A504

Text Example


Text Example

White with #F9A504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A504; }

 p { color: rgb(249,165,4); }

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

background-color css

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

 a { background-color: rgb(249,165,4); }

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

border-color css

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

 span { border-color: rgb(249,165,4); }

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