Html Css Color HEX #F9AC00 Orange

📋 copy color: '#F9AC00'

red 249 ◦ green 172 ◦ blue 0

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

Shades of Orange #F9AC00

Tints of Orange #F9AC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.14%
G = 40.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9AC00 (or 0xF9AC00) is known color: Orange. HEX triplet: F9, AC and 00. RGB value is (249,172,0). Sum of RGB (Red+Green+Blue) = 249+172+0=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AC00 is #0653FF. Grayscale: #B0B0B0. Windows color (decimal): -414720 or 44281. OLE color: 44281.

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

Color convert

RGB 249 172 0 -
CMYK 0 0.31 1 0.02
HSL 41.45º 1% 0.49% -
HSV(B) 41.45º 1% 0.98% -
XYZ 53.82 49.64 6.75 -
YUV 175.42 29.01 180.49 -
System Red Green Blue C M Y K H S L
Decimal 249 172 0 0 0.31 1 0.02 41.45 1 0.49
Hex F9 AC 0 0 1F 64 2 29 64 31
Octal 371 254 0 0 37 144 2 51 144 61
Binary 11111001 10101100 0 0 11111 1100100 10 101001 1100100 110001

Color Harmonies of #F9AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AC00

Black with #F9AC00

Text Example


Text Example

White with #F9AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AC00; }

 p { color: rgb(249,172,0); }

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

background-color css

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

 a { background-color: rgb(249,172,0); }

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

border-color css

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

 span { border-color: rgb(249,172,0); }

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