Html Css Color HEX #FDA610 Dark Tangerine

📋 copy color: '#FDA610'

red 253 ◦ green 166 ◦ blue 16

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

Shades of Dark Tangerine #FDA610

Tints of Dark Tangerine #FDA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.16%

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

R = 58.16%
G = 38.16%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA610 (or 0xFDA610) is known color: Dark Tangerine. HEX triplet: FD, A6 and 10. RGB value is (253,166,16). Sum of RGB (Red+Green+Blue) = 253+166+16=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA610 is #0259EF. Grayscale: #AFAFAF. Windows color (decimal): -154096 or 1091325. OLE color: 1091325.

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

Color convert

RGB 253 166 16 -
CMYK 0 0.34 0.94 0.01
HSL 37.97º 0.98% 0.53% -
HSV(B) 37.97º 0.94% 0.99% -
XYZ 54.24 48.19 6.93 -
YUV 174.91 38.32 183.7 -
System Red Green Blue C M Y K H S L
Decimal 253 166 16 0 0.34 0.94 0.01 37.97 0.98 0.53
Hex FD A6 10 0 22 5E 1 26 62 35
Octal 375 246 20 0 42 136 1 46 142 65
Binary 11111101 10100110 10000 0 100010 1011110 1 100110 1100010 110101

Color Harmonies of #FDA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA610

Black with #FDA610

Text Example


Text Example

White with #FDA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA610; }

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

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

background-color css

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

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

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

border-color css

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

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

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