Html Css Color HEX #FFA10E Dark Tangerine

📋 copy color: '#FFA10E'

red 255 ◦ green 161 ◦ blue 14

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

Shades of Dark Tangerine #FFA10E

Tints of Dark Tangerine #FFA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.44%

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

R = 59.3%
G = 37.44%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFA10E (or 0xFFA10E) is known color: Dark Tangerine. HEX triplet: FF, A1 and 0E. RGB value is (255,161,14). Sum of RGB (Red+Green+Blue) = 255+161+14=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA10E is #005EF1. Grayscale: #ADADAD. Windows color (decimal): -24306 or 958975. OLE color: 958975.

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

Color convert

RGB 255 161 14 -
CMYK 0 0.37 0.95 0
HSL 36.6º 1% 0.53% -
HSV(B) 36.6º 0.95% 1% -
XYZ 54.06 46.78 6.6 -
YUV 172.35 38.64 186.95 -
System Red Green Blue C M Y K H S L
Decimal 255 161 14 0 0.37 0.95 0 36.6 1 0.53
Hex FF A1 E 0 25 5F 0 25 64 35
Octal 377 241 16 0 45 137 0 45 144 65
Binary 11111111 10100001 1110 0 100101 1011111 0 100101 1100100 110101

Color Harmonies of #FFA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA10E

Black with #FFA10E

Text Example


Text Example

White with #FFA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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