Html Css Color HEX #FFA60B Dark Tangerine

📋 copy color: '#FFA60B'

red 255 ◦ green 166 ◦ blue 11

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

Shades of Dark Tangerine #FFA60B

Tints of Dark Tangerine #FFA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.43%

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

R = 59.03%
G = 38.43%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFA60B (or 0xFFA60B) is known color: Dark Tangerine. HEX triplet: FF, A6 and 0B. RGB value is (255,166,11). Sum of RGB (Red+Green+Blue) = 255+166+11=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA60B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA60B is #0059F4. Grayscale: #AFAFAF. Windows color (decimal): -23029 or 763647. OLE color: 763647.

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

Color convert

RGB 255 166 11 -
CMYK 0 0.35 0.96 0
HSL 38.11º 1% 0.52% -
HSV(B) 38.11º 0.96% 1% -
XYZ 54.94 48.56 6.79 -
YUV 174.94 35.49 185.1 -
System Red Green Blue C M Y K H S L
Decimal 255 166 11 0 0.35 0.96 0 38.11 1 0.52
Hex FF A6 B 0 23 60 0 26 64 34
Octal 377 246 13 0 43 140 0 46 144 64
Binary 11111111 10100110 1011 0 100011 1100000 0 100110 1100100 110100

Color Harmonies of #FFA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA60B

Black with #FFA60B

Text Example


Text Example

White with #FFA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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