Html Css Color HEX #FDA521 Dark Tangerine

📋 copy color: '#FDA521'

red 253 ◦ green 165 ◦ blue 33

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

Shades of Dark Tangerine #FDA521

Tints of Dark Tangerine #FDA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.59%

 BLUE value IS 33 (13.28% from 255) = 7.32%

R = 56.1%
G = 36.59%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA521 (or 0xFDA521) is known color: Dark Tangerine. HEX triplet: FD, A5 and 21. RGB value is (253,165,33). Sum of RGB (Red+Green+Blue) = 253+165+33=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA521 is #025ADE. Grayscale: #B0B0B0. Windows color (decimal): -154335 or 2205181. OLE color: 2205181.

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

Color convert

RGB 253 165 33 -
CMYK 0 0.35 0.87 0.01
HSL 36º 0.98% 0.56% -
HSV(B) 36º 0.87% 0.99% -
XYZ 54.24 47.9 7.83 -
YUV 176.26 47.15 182.73 -
System Red Green Blue C M Y K H S L
Decimal 253 165 33 0 0.35 0.87 0.01 36 0.98 0.56
Hex FD A5 21 0 23 57 1 24 62 38
Octal 375 245 41 0 43 127 1 44 142 70
Binary 11111101 10100101 100001 0 100011 1010111 1 100100 1100010 111000

Color Harmonies of #FDA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA521

Black with #FDA521

Text Example


Text Example

White with #FDA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA521; }

 p { color: rgb(253,165,33); }

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

background-color css

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

 a { background-color: rgb(253,165,33); }

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

border-color css

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

 span { border-color: rgb(253,165,33); }

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