Html Css Color HEX #FFAE1E Dark Tangerine

📋 copy color: '#FFAE1E'

red 255 ◦ green 174 ◦ blue 30

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

Shades of Dark Tangerine #FFAE1E

Tints of Dark Tangerine #FFAE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.54%

R = 55.56%
G = 37.91%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFAE1E (or 0xFFAE1E) is known color: Dark Tangerine. HEX triplet: FF, AE and 1E. RGB value is (255,174,30). Sum of RGB (Red+Green+Blue) = 255+174+30=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE1E is #0051E1. Grayscale: #B6B6B6. Windows color (decimal): -20962 or 2010879. OLE color: 2010879.

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

Color convert

RGB 255 174 30 -
CMYK 0 0.32 0.88 0
HSL 38.4º 1% 0.56% -
HSV(B) 38.4º 0.88% 1% -
XYZ 56.61 51.63 8.21 -
YUV 181.8 42.34 180.21 -
System Red Green Blue C M Y K H S L
Decimal 255 174 30 0 0.32 0.88 0 38.4 1 0.56
Hex FF AE 1E 0 20 58 0 26 64 38
Octal 377 256 36 0 40 130 0 46 144 70
Binary 11111111 10101110 11110 0 100000 1011000 0 100110 1100100 111000

Color Harmonies of #FFAE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE1E

Black with #FFAE1E

Text Example


Text Example

White with #FFAE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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