Html Css Color HEX #FFAE14 Dark Tangerine

📋 copy color: '#FFAE14'

red 255 ◦ green 174 ◦ blue 20

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

Shades of Dark Tangerine #FFAE14

Tints of Dark Tangerine #FFAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 56.79%
G = 38.75%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFAE14 (or 0xFFAE14) is known color: Dark Tangerine. HEX triplet: FF, AE and 14. RGB value is (255,174,20). Sum of RGB (Red+Green+Blue) = 255+174+20=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE14 is #0051EB. Grayscale: #B5B5B5. Windows color (decimal): -20972 or 1355519. OLE color: 1355519.

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

Color convert

RGB 255 174 20 -
CMYK 0 0.32 0.92 0
HSL 39.32º 1% 0.54% -
HSV(B) 39.32º 0.92% 1% -
XYZ 56.5 51.58 7.64 -
YUV 180.66 37.34 181.02 -
System Red Green Blue C M Y K H S L
Decimal 255 174 20 0 0.32 0.92 0 39.32 1 0.54
Hex FF AE 14 0 20 5C 0 27 64 36
Octal 377 256 24 0 40 134 0 47 144 66
Binary 11111111 10101110 10100 0 100000 1011100 0 100111 1100100 110110

Color Harmonies of #FFAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE14

Black with #FFAE14

Text Example


Text Example

White with #FFAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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