Html Css Color HEX #FFAE00 Orange

📋 copy color: '#FFAE00'

red 255 ◦ green 174 ◦ blue 0

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

Shades of Orange #FFAE00

Tints of Orange #FFAE00

RGB

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

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

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

R = 59.44%
G = 40.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFAE00 (or 0xFFAE00) is known color: Orange. HEX triplet: FF, AE and 00. RGB value is (255,174,0). Sum of RGB (Red+Green+Blue) = 255+174+0=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE00 is #0051FF. Grayscale: #B3B3B3. Windows color (decimal): -20992 or 44799. OLE color: 44799.

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

Color convert

RGB 255 174 0 -
CMYK 0 0.32 1 0
HSL 40.94º 1% 0.5% -
HSV(B) 40.94º 1% 1% -
XYZ 56.38 51.53 6.98 -
YUV 178.38 27.34 182.65 -
System Red Green Blue C M Y K H S L
Decimal 255 174 0 0 0.32 1 0 40.94 1 0.5
Hex FF AE 0 0 20 64 0 29 64 32
Octal 377 256 0 0 40 144 0 51 144 62
Binary 11111111 10101110 0 0 100000 1100100 0 101001 1100100 110010

Color Harmonies of #FFAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE00

Black with #FFAE00

Text Example


Text Example

White with #FFAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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