Html Css Color HEX #FDAB10 Dark Tangerine

📋 copy color: '#FDAB10'

red 253 ◦ green 171 ◦ blue 16

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

Shades of Dark Tangerine #FDAB10

Tints of Dark Tangerine #FDAB10

RGB

 RED value IS 253 (99.22% from 255) = 57.5%

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 57.5%
G = 38.86%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDAB10 (or 0xFDAB10) is known color: Dark Tangerine. HEX triplet: FD, AB and 10. RGB value is (253,171,16). Sum of RGB (Red+Green+Blue) = 253+171+16=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB10 is #0254EF. Grayscale: #B2B2B2. Windows color (decimal): -152816 or 1092605. OLE color: 1092605.

HSL color Cylindrical-coordinate representation of color #FDAB10: hue angle of 39.24º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDAB10 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 16 -
CMYK 0 0.32 0.94 0.01
HSL 39.24º 0.98% 0.53% -
HSV(B) 39.24º 0.94% 0.99% -
XYZ 55.16 50.05 7.24 -
YUV 177.85 36.67 181.6 -
System Red Green Blue C M Y K H S L
Decimal 253 171 16 0 0.32 0.94 0.01 39.24 0.98 0.53
Hex FD AB 10 0 20 5E 1 27 62 35
Octal 375 253 20 0 40 136 1 47 142 65
Binary 11111101 10101011 10000 0 100000 1011110 1 100111 1100010 110101

Color Harmonies of #FDAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB10

Black with #FDAB10

Text Example


Text Example

White with #FDAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB10; }

 p { color: rgb(253,171,16); }

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

background-color css

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

 a { background-color: rgb(253,171,16); }

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

border-color css

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

 span { border-color: rgb(253,171,16); }

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