Html Css Color HEX #FFAE06 Orange

📋 copy color: '#FFAE06'

red 255 ◦ green 174 ◦ blue 6

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

Shades of Orange #FFAE06

Tints of Orange #FFAE06

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40%

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

R = 58.62%
G = 40%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFAE06 (or 0xFFAE06) is known color: Orange. HEX triplet: FF, AE and 06. RGB value is (255,174,6). Sum of RGB (Red+Green+Blue) = 255+174+6=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE06 is #0051F9. Grayscale: #B3B3B3. Windows color (decimal): -20986 or 438015. OLE color: 438015.

HSL color Cylindrical-coordinate representation of color #FFAE06: hue angle of 40.48º 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 #FFAE06 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 174 6 -
CMYK 0 0.32 0.98 0
HSL 40.48º 1% 0.51% -
HSV(B) 40.48º 0.98% 1% -
XYZ 56.41 51.55 7.15 -
YUV 179.07 30.34 182.16 -
System Red Green Blue C M Y K H S L
Decimal 255 174 6 0 0.32 0.98 0 40.48 1 0.51
Hex FF AE 6 0 20 62 0 28 64 33
Octal 377 256 6 0 40 142 0 50 144 63
Binary 11111111 10101110 110 0 100000 1100010 0 101000 1100100 110011

Color Harmonies of #FFAE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE06

Black with #FFAE06

Text Example


Text Example

White with #FFAE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE06; }

 p { color: rgb(255,174,6); }

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

background-color css

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

 a { background-color: rgb(255,174,6); }

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

border-color css

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

 span { border-color: rgb(255,174,6); }

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