Html Css Color HEX #FFA10C Dark Tangerine

📋 copy color: '#FFA10C'

red 255 ◦ green 161 ◦ blue 12

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

Shades of Dark Tangerine #FFA10C

Tints of Dark Tangerine #FFA10C

RGB

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

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

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

R = 59.58%
G = 37.62%
B = 2.8%

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

#FFA10C (or 0xFFA10C) is known color: Dark Tangerine. HEX triplet: FF, A1 and 0C. RGB value is (255,161,12). Sum of RGB (Red+Green+Blue) = 255+161+12=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA10C is #005EF3. Grayscale: #ACACAC. Windows color (decimal): -24308 or 827903. OLE color: 827903.

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

Color convert

RGB 255 161 12 -
CMYK 0 0.37 0.95 0
HSL 36.79º 1% 0.52% -
HSV(B) 36.79º 0.95% 1% -
XYZ 54.05 46.78 6.53 -
YUV 172.12 37.64 187.12 -
System Red Green Blue C M Y K H S L
Decimal 255 161 12 0 0.37 0.95 0 36.79 1 0.52
Hex FF A1 C 0 25 5F 0 25 64 34
Octal 377 241 14 0 45 137 0 45 144 64
Binary 11111111 10100001 1100 0 100101 1011111 0 100101 1100100 110100

Color Harmonies of #FFA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA10C

Black with #FFA10C

Text Example


Text Example

White with #FFA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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