Html Css Color HEX #FDAB20 Dark Tangerine

📋 copy color: '#FDAB20'

red 253 ◦ green 171 ◦ blue 32

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

Shades of Dark Tangerine #FDAB20

Tints of Dark Tangerine #FDAB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.02%

R = 55.48%
G = 37.5%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDAB20 (or 0xFDAB20) is known color: Dark Tangerine. HEX triplet: FD, AB and 20. RGB value is (253,171,32). Sum of RGB (Red+Green+Blue) = 253+171+32=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB20 is #0254DF. Grayscale: #B4B4B4. Windows color (decimal): -152800 or 2141181. OLE color: 2141181.

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

Color convert

RGB 253 171 32 -
CMYK 0 0.32 0.87 0.01
HSL 37.74º 0.98% 0.56% -
HSV(B) 37.74º 0.87% 0.99% -
XYZ 55.33 50.11 8.12 -
YUV 179.67 44.67 180.3 -
System Red Green Blue C M Y K H S L
Decimal 253 171 32 0 0.32 0.87 0.01 37.74 0.98 0.56
Hex FD AB 20 0 20 57 1 26 62 38
Octal 375 253 40 0 40 127 1 46 142 70
Binary 11111101 10101011 100000 0 100000 1010111 1 100110 1100010 111000

Color Harmonies of #FDAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB20

Black with #FDAB20

Text Example


Text Example

White with #FDAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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