Html Css Color HEX #FFAB0E Dark Tangerine

📋 copy color: '#FFAB0E'

red 255 ◦ green 171 ◦ blue 14

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

Shades of Dark Tangerine #FFAB0E

Tints of Dark Tangerine #FFAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

 BLUE value IS 14 (5.86% from 255) = 3.18%

R = 57.95%
G = 38.86%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFAB0E (or 0xFFAB0E) is known color: Dark Tangerine. HEX triplet: FF, AB and 0E. RGB value is (255,171,14). Sum of RGB (Red+Green+Blue) = 255+171+14=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB0E is #0054F1. Grayscale: #B2B2B2. Windows color (decimal): -21746 or 961535. OLE color: 961535.

HSL color Cylindrical-coordinate representation of color #FFAB0E: hue angle of 39.09º 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 #FFAB0E is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 171 14 -
CMYK 0 0.33 0.95 0
HSL 39.09º 1% 0.53% -
HSV(B) 39.09º 0.95% 1% -
XYZ 55.88 50.42 7.2 -
YUV 178.22 35.33 182.77 -
System Red Green Blue C M Y K H S L
Decimal 255 171 14 0 0.33 0.95 0 39.09 1 0.53
Hex FF AB E 0 21 5F 0 27 64 35
Octal 377 253 16 0 41 137 0 47 144 65
Binary 11111111 10101011 1110 0 100001 1011111 0 100111 1100100 110101

Color Harmonies of #FFAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB0E

Black with #FFAB0E

Text Example


Text Example

White with #FFAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB0E; }

 p { color: rgb(255,171,14); }

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

background-color css

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

 a { background-color: rgb(255,171,14); }

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

border-color css

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

 span { border-color: rgb(255,171,14); }

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