Html Css Color HEX #FDA512 Dark Tangerine

📋 copy color: '#FDA512'

red 253 ◦ green 165 ◦ blue 18

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

Shades of Dark Tangerine #FDA512

Tints of Dark Tangerine #FDA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 58.03%
G = 37.84%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDA512 (or 0xFDA512) is known color: Dark Tangerine. HEX triplet: FD, A5 and 12. RGB value is (253,165,18). Sum of RGB (Red+Green+Blue) = 253+165+18=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA512 is #025AED. Grayscale: #AFAFAF. Windows color (decimal): -154350 or 1222141. OLE color: 1222141.

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

Color convert

RGB 253 165 18 -
CMYK 0 0.35 0.93 0.01
HSL 37.53º 0.98% 0.53% -
HSV(B) 37.53º 0.93% 0.99% -
XYZ 54.07 47.84 6.96 -
YUV 174.55 39.65 183.95 -
System Red Green Blue C M Y K H S L
Decimal 253 165 18 0 0.35 0.93 0.01 37.53 0.98 0.53
Hex FD A5 12 0 23 5D 1 26 62 35
Octal 375 245 22 0 43 135 1 46 142 65
Binary 11111101 10100101 10010 0 100011 1011101 1 100110 1100010 110101

Color Harmonies of #FDA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA512

Black with #FDA512

Text Example


Text Example

White with #FDA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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