Html Css Color HEX #FFA10B Dark Tangerine

📋 copy color: '#FFA10B'

red 255 ◦ green 161 ◦ blue 11

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

Shades of Dark Tangerine #FFA10B

Tints of Dark Tangerine #FFA10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 59.72%
G = 37.7%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFA10B (or 0xFFA10B) is known color: Dark Tangerine. HEX triplet: FF, A1 and 0B. RGB value is (255,161,11). Sum of RGB (Red+Green+Blue) = 255+161+11=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA10B is #005EF4. Grayscale: #ACACAC. Windows color (decimal): -24309 or 762367. OLE color: 762367.

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

Color convert

RGB 255 161 11 -
CMYK 0 0.37 0.96 0
HSL 36.89º 1% 0.52% -
HSV(B) 36.89º 0.96% 1% -
XYZ 54.05 46.77 6.5 -
YUV 172.01 37.14 187.2 -
System Red Green Blue C M Y K H S L
Decimal 255 161 11 0 0.37 0.96 0 36.89 1 0.52
Hex FF A1 B 0 25 60 0 25 64 34
Octal 377 241 13 0 45 140 0 45 144 64
Binary 11111111 10100001 1011 0 100101 1100000 0 100101 1100100 110100

Color Harmonies of #FFA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA10B

Black with #FFA10B

Text Example


Text Example

White with #FFA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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