Html Css Color HEX #FFAE0D Dark Tangerine

📋 copy color: '#FFAE0D'

red 255 ◦ green 174 ◦ blue 13

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

Shades of Dark Tangerine #FFAE0D

Tints of Dark Tangerine #FFAE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 57.69%
G = 39.37%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFAE0D (or 0xFFAE0D) is known color: Dark Tangerine. HEX triplet: FF, AE and 0D. RGB value is (255,174,13). Sum of RGB (Red+Green+Blue) = 255+174+13=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE0D is #0051F2. Grayscale: #B4B4B4. Windows color (decimal): -20979 or 896767. OLE color: 896767.

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

Color convert

RGB 255 174 13 -
CMYK 0 0.32 0.95 0
HSL 39.92º 1% 0.53% -
HSV(B) 39.92º 0.95% 1% -
XYZ 56.45 51.56 7.36 -
YUV 179.87 33.84 181.59 -
System Red Green Blue C M Y K H S L
Decimal 255 174 13 0 0.32 0.95 0 39.92 1 0.53
Hex FF AE D 0 20 5F 0 28 64 35
Octal 377 256 15 0 40 137 0 50 144 65
Binary 11111111 10101110 1101 0 100000 1011111 0 101000 1100100 110101

Color Harmonies of #FFAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE0D

Black with #FFAE0D

Text Example


Text Example

White with #FFAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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