Html Css Color HEX #FFAA04 Orange

📋 copy color: '#FFAA04'

red 255 ◦ green 170 ◦ blue 4

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

Shades of Orange #FFAA04

Tints of Orange #FFAA04

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

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

R = 59.44%
G = 39.63%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFAA04 (or 0xFFAA04) is known color: Orange. HEX triplet: FF, AA and 04. RGB value is (255,170,4). Sum of RGB (Red+Green+Blue) = 255+170+4=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA04 is #0055FB. Grayscale: #B1B1B1. Windows color (decimal): -22012 or 305919. OLE color: 305919.

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

Color convert

RGB 255 170 4 -
CMYK 0 0.33 0.98 0
HSL 39.68º 1% 0.51% -
HSV(B) 39.68º 0.98% 1% -
XYZ 55.64 50.02 6.84 -
YUV 176.49 30.66 184 -
System Red Green Blue C M Y K H S L
Decimal 255 170 4 0 0.33 0.98 0 39.68 1 0.51
Hex FF AA 4 0 21 62 0 28 64 33
Octal 377 252 4 0 41 142 0 50 144 63
Binary 11111111 10101010 100 0 100001 1100010 0 101000 1100100 110011

Color Harmonies of #FFAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA04

Black with #FFAA04

Text Example


Text Example

White with #FFAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA04; }

 p { color: rgb(255,170,4); }

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

background-color css

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

 a { background-color: rgb(255,170,4); }

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

border-color css

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

 span { border-color: rgb(255,170,4); }

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