Html Css Color HEX #FFAE10 Dark Tangerine

📋 copy color: '#FFAE10'

red 255 ◦ green 174 ◦ blue 16

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

Shades of Dark Tangerine #FFAE10

Tints of Dark Tangerine #FFAE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 57.3%
G = 39.1%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFAE10 (or 0xFFAE10) is known color: Dark Tangerine. HEX triplet: FF, AE and 10. RGB value is (255,174,16). Sum of RGB (Red+Green+Blue) = 255+174+16=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE10 is #0051EF. Grayscale: #B4B4B4. Windows color (decimal): -20976 or 1093375. OLE color: 1093375.

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

Color convert

RGB 255 174 16 -
CMYK 0 0.32 0.94 0
HSL 39.67º 1% 0.53% -
HSV(B) 39.67º 0.94% 1% -
XYZ 56.47 51.57 7.47 -
YUV 180.21 35.34 181.35 -
System Red Green Blue C M Y K H S L
Decimal 255 174 16 0 0.32 0.94 0 39.67 1 0.53
Hex FF AE 10 0 20 5E 0 28 64 35
Octal 377 256 20 0 40 136 0 50 144 65
Binary 11111111 10101110 10000 0 100000 1011110 0 101000 1100100 110101

Color Harmonies of #FFAE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE10

Black with #FFAE10

Text Example


Text Example

White with #FFAE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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