Html Css Color HEX #FDA920 Dark Tangerine

📋 copy color: '#FDA920'

red 253 ◦ green 169 ◦ blue 32

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

Shades of Dark Tangerine #FDA920

Tints of Dark Tangerine #FDA920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.22%

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

R = 55.73%
G = 37.22%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA920 (or 0xFDA920) is known color: Dark Tangerine. HEX triplet: FD, A9 and 20. RGB value is (253,169,32). Sum of RGB (Red+Green+Blue) = 253+169+32=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA920 is #0256DF. Grayscale: #B3B3B3. Windows color (decimal): -153312 or 2140669. OLE color: 2140669.

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

Color convert

RGB 253 169 32 -
CMYK 0 0.33 0.87 0.01
HSL 37.19º 0.98% 0.56% -
HSV(B) 37.19º 0.87% 0.99% -
XYZ 54.96 49.36 8 -
YUV 178.5 45.33 181.14 -
System Red Green Blue C M Y K H S L
Decimal 253 169 32 0 0.33 0.87 0.01 37.19 0.98 0.56
Hex FD A9 20 0 21 57 1 25 62 38
Octal 375 251 40 0 41 127 1 45 142 70
Binary 11111101 10101001 100000 0 100001 1010111 1 100101 1100010 111000

Color Harmonies of #FDA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA920

Black with #FDA920

Text Example


Text Example

White with #FDA920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA920; }

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

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

background-color css

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

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

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

border-color css

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

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

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