Html Css Color HEX #FDAC10 Dark Tangerine

📋 copy color: '#FDAC10'

red 253 ◦ green 172 ◦ blue 16

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

Shades of Dark Tangerine #FDAC10

Tints of Dark Tangerine #FDAC10

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

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

R = 57.37%
G = 39%
B = 3.63%

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

#FDAC10 (or 0xFDAC10) is known color: Dark Tangerine. HEX triplet: FD, AC and 10. RGB value is (253,172,16). Sum of RGB (Red+Green+Blue) = 253+172+16=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAC10 is #0253EF. Grayscale: #B3B3B3. Windows color (decimal): -152560 or 1092861. OLE color: 1092861.

HSL color Cylindrical-coordinate representation of color #FDAC10: hue angle of 39.49º 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 #FDAC10 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 16 -
CMYK 0 0.32 0.94 0.01
HSL 39.49º 0.98% 0.53% -
HSV(B) 39.49º 0.94% 0.99% -
XYZ 55.35 50.43 7.31 -
YUV 178.44 36.34 181.18 -
System Red Green Blue C M Y K H S L
Decimal 253 172 16 0 0.32 0.94 0.01 39.49 0.98 0.53
Hex FD AC 10 0 20 5E 1 27 62 35
Octal 375 254 20 0 40 136 1 47 142 65
Binary 11111101 10101100 10000 0 100000 1011110 1 100111 1100010 110101

Color Harmonies of #FDAC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC10

Black with #FDAC10

Text Example


Text Example

White with #FDAC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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