Html Css Color HEX #FFAE07 Orange

📋 copy color: '#FFAE07'

red 255 ◦ green 174 ◦ blue 7

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

Shades of Orange #FFAE07

Tints of Orange #FFAE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 58.49%
G = 39.91%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFAE07 (or 0xFFAE07) is known color: Orange. HEX triplet: FF, AE and 07. RGB value is (255,174,7). Sum of RGB (Red+Green+Blue) = 255+174+7=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE07 is #0051F8. Grayscale: #B3B3B3. Windows color (decimal): -20985 or 503551. OLE color: 503551.

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

Color convert

RGB 255 174 7 -
CMYK 0 0.32 0.97 0
HSL 40.4º 1% 0.51% -
HSV(B) 40.4º 0.97% 1% -
XYZ 56.41 51.55 7.18 -
YUV 179.18 30.84 182.08 -
System Red Green Blue C M Y K H S L
Decimal 255 174 7 0 0.32 0.97 0 40.4 1 0.51
Hex FF AE 7 0 20 61 0 28 64 33
Octal 377 256 7 0 40 141 0 50 144 63
Binary 11111111 10101110 111 0 100000 1100001 0 101000 1100100 110011

Color Harmonies of #FFAE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE07

Black with #FFAE07

Text Example


Text Example

White with #FFAE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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