Html Css Color HEX #FDA720 Dark Tangerine

📋 copy color: '#FDA720'

red 253 ◦ green 167 ◦ blue 32

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

Shades of Dark Tangerine #FDA720

Tints of Dark Tangerine #FDA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

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

R = 55.97%
G = 36.95%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA720 (or 0xFDA720) is known color: Dark Tangerine. HEX triplet: FD, A7 and 20. RGB value is (253,167,32). Sum of RGB (Red+Green+Blue) = 253+167+32=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA720 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA720 is #0258DF. Grayscale: #B1B1B1. Windows color (decimal): -153824 or 2140157. OLE color: 2140157.

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

Color convert

RGB 253 167 32 -
CMYK 0 0.34 0.87 0.01
HSL 36.65º 0.98% 0.56% -
HSV(B) 36.65º 0.87% 0.99% -
XYZ 54.59 48.62 7.87 -
YUV 177.32 45.99 181.98 -
System Red Green Blue C M Y K H S L
Decimal 253 167 32 0 0.34 0.87 0.01 36.65 0.98 0.56
Hex FD A7 20 0 22 57 1 25 62 38
Octal 375 247 40 0 42 127 1 45 142 70
Binary 11111101 10100111 100000 0 100010 1010111 1 100101 1100010 111000

Color Harmonies of #FDA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA720

Black with #FDA720

Text Example


Text Example

White with #FDA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA720; }

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

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

background-color css

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

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

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

border-color css

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

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

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