Html Css Color HEX #FDC810 Tangerine Yellow

📋 copy color: '#FDC810'

red 253 ◦ green 200 ◦ blue 16

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

Shades of Tangerine Yellow #FDC810

Tints of Tangerine Yellow #FDC810

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.64%

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

R = 53.94%
G = 42.64%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC810 (or 0xFDC810) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 10. RGB value is (253,200,16). Sum of RGB (Red+Green+Blue) = 253+200+16=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC810 is #0237EF. Grayscale: #C3C3C3. Windows color (decimal): -145392 or 1100029. OLE color: 1100029.

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

Color convert

RGB 253 200 16 -
CMYK 0 0.21 0.94 0.01
HSL 46.58º 0.98% 0.53% -
HSV(B) 46.58º 0.94% 0.99% -
XYZ 61.26 62.23 9.27 -
YUV 194.87 27.06 169.46 -
System Red Green Blue C M Y K H S L
Decimal 253 200 16 0 0.21 0.94 0.01 46.58 0.98 0.53
Hex FD C8 10 0 15 5E 1 2F 62 35
Octal 375 310 20 0 25 136 1 57 142 65
Binary 11111101 11001000 10000 0 10101 1011110 1 101111 1100010 110101

Color Harmonies of #FDC810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC810

Black with #FDC810

Text Example


Text Example

White with #FDC810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC810; }

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

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

background-color css

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

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

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

border-color css

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

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

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