Html Css Color HEX #FFAE0A Dark Tangerine

📋 copy color: '#FFAE0A'

red 255 ◦ green 174 ◦ blue 10

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

Shades of Dark Tangerine #FFAE0A

Tints of Dark Tangerine #FFAE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.28%

R = 58.09%
G = 39.64%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFAE0A (or 0xFFAE0A) is known color: Dark Tangerine. HEX triplet: FF, AE and 0A. RGB value is (255,174,10). Sum of RGB (Red+Green+Blue) = 255+174+10=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE0A is #0051F5. Grayscale: #B4B4B4. Windows color (decimal): -20982 or 700159. OLE color: 700159.

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

Color convert

RGB 255 174 10 -
CMYK 0 0.32 0.96 0
HSL 40.16º 1% 0.52% -
HSV(B) 40.16º 0.96% 1% -
XYZ 56.43 51.55 7.26 -
YUV 179.52 32.34 181.84 -
System Red Green Blue C M Y K H S L
Decimal 255 174 10 0 0.32 0.96 0 40.16 1 0.52
Hex FF AE A 0 20 60 0 28 64 34
Octal 377 256 12 0 40 140 0 50 144 64
Binary 11111111 10101110 1010 0 100000 1100000 0 101000 1100100 110100

Color Harmonies of #FFAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE0A

Black with #FFAE0A

Text Example


Text Example

White with #FFAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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