Html Css Color HEX #FFAE0C Dark Tangerine

📋 copy color: '#FFAE0C'

red 255 ◦ green 174 ◦ blue 12

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

Shades of Dark Tangerine #FFAE0C

Tints of Dark Tangerine #FFAE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.72%

R = 57.82%
G = 39.46%
B = 2.72%

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

#FFAE0C (or 0xFFAE0C) is known color: Dark Tangerine. HEX triplet: FF, AE and 0C. RGB value is (255,174,12). Sum of RGB (Red+Green+Blue) = 255+174+12=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE0C is #0051F3. Grayscale: #B4B4B4. Windows color (decimal): -20980 or 831231. OLE color: 831231.

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

Color convert

RGB 255 174 12 -
CMYK 0 0.32 0.95 0
HSL 40º 1% 0.52% -
HSV(B) 40º 0.95% 1% -
XYZ 56.44 51.56 7.32 -
YUV 179.75 33.34 181.67 -
System Red Green Blue C M Y K H S L
Decimal 255 174 12 0 0.32 0.95 0 40 1 0.52
Hex FF AE C 0 20 5F 0 28 64 34
Octal 377 256 14 0 40 137 0 50 144 64
Binary 11111111 10101110 1100 0 100000 1011111 0 101000 1100100 110100

Color Harmonies of #FFAE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE0C

Black with #FFAE0C

Text Example


Text Example

White with #FFAE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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