Html Css Color HEX #FFAE01 Orange

📋 copy color: '#FFAE01'

red 255 ◦ green 174 ◦ blue 1

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

Shades of Orange #FFAE01

Tints of Orange #FFAE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 59.3%
G = 40.47%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFAE01 (or 0xFFAE01) is known color: Orange. HEX triplet: FF, AE and 01. RGB value is (255,174,1). Sum of RGB (Red+Green+Blue) = 255+174+1=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE01 is #0051FE. Grayscale: #B3B3B3. Windows color (decimal): -20991 or 110335. OLE color: 110335.

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

Color convert

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

Color Harmonies of #FFAE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE01

Black with #FFAE01

Text Example


Text Example

White with #FFAE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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