Html Css Color HEX #FFA900 Orange

📋 copy color: '#FFA900'

red 255 ◦ green 169 ◦ blue 0

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

Shades of Orange #FFA900

Tints of Orange #FFA900

RGB

 RED value IS 255 (100% from 255) = 60.14%

 GREEN value IS 169 (66.41% from 255) = 39.86%

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

R = 60.14%
G = 39.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFA900 (or 0xFFA900) is known color: Orange. HEX triplet: FF, A9 and 00. RGB value is (255,169,0). Sum of RGB (Red+Green+Blue) = 255+169+0=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA900 is #0056FF. Grayscale: #B0B0B0. Windows color (decimal): -22272 or 43519. OLE color: 43519.

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

Color convert

RGB 255 169 0 -
CMYK 0 0.34 1 0
HSL 39.76º 1% 0.5% -
HSV(B) 39.76º 1% 1% -
XYZ 55.43 49.64 6.66 -
YUV 175.45 28.99 184.74 -
System Red Green Blue C M Y K H S L
Decimal 255 169 0 0 0.34 1 0 39.76 1 0.5
Hex FF A9 0 0 22 64 0 28 64 32
Octal 377 251 0 0 42 144 0 50 144 62
Binary 11111111 10101001 0 0 100010 1100100 0 101000 1100100 110010

Color Harmonies of #FFA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA900

Black with #FFA900

Text Example


Text Example

White with #FFA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA900; }

 p { color: rgb(255,169,0); }

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

background-color css

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

 a { background-color: rgb(255,169,0); }

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

border-color css

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

 span { border-color: rgb(255,169,0); }

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