Html Css Color HEX #FFAE1D Dark Tangerine

📋 copy color: '#FFAE1D'

red 255 ◦ green 174 ◦ blue 29

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

Shades of Dark Tangerine #FFAE1D

Tints of Dark Tangerine #FFAE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.33%

R = 55.68%
G = 37.99%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFAE1D (or 0xFFAE1D) is known color: Dark Tangerine. HEX triplet: FF, AE and 1D. RGB value is (255,174,29). Sum of RGB (Red+Green+Blue) = 255+174+29=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE1D is #0051E2. Grayscale: #B6B6B6. Windows color (decimal): -20963 or 1945343. OLE color: 1945343.

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

Color convert

RGB 255 174 29 -
CMYK 0 0.32 0.89 0
HSL 38.5º 1% 0.56% -
HSV(B) 38.5º 0.89% 1% -
XYZ 56.6 51.62 8.14 -
YUV 181.69 41.84 180.29 -
System Red Green Blue C M Y K H S L
Decimal 255 174 29 0 0.32 0.89 0 38.5 1 0.56
Hex FF AE 1D 0 20 59 0 26 64 38
Octal 377 256 35 0 40 131 0 46 144 70
Binary 11111111 10101110 11101 0 100000 1011001 0 100110 1100100 111000

Color Harmonies of #FFAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE1D

Black with #FFAE1D

Text Example


Text Example

White with #FFAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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