Html Css Color HEX #FDC900 Tangerine Yellow

📋 copy color: '#FDC900'

red 253 ◦ green 201 ◦ blue 0

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

Shades of Tangerine Yellow #FDC900

Tints of Tangerine Yellow #FDC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.73%
G = 44.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDC900 (or 0xFDC900) is known color: Tangerine Yellow. HEX triplet: FD, C9 and 00. RGB value is (253,201,0). Sum of RGB (Red+Green+Blue) = 253+201+0=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC900 is #0236FF. Grayscale: #C2C2C2. Windows color (decimal): -145152 or 51709. OLE color: 51709.

HSL color Cylindrical-coordinate representation of color #FDC900: hue angle of 47.67º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC900 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 201 0 -
CMYK 0 0.21 1 0.01
HSL 47.67º 1% 0.5% -
HSV(B) 47.67º 1% 0.99% -
XYZ 61.39 62.66 8.86 -
YUV 193.63 18.73 170.34 -
System Red Green Blue C M Y K H S L
Decimal 253 201 0 0 0.21 1 0.01 47.67 1 0.5
Hex FD C9 0 0 15 64 1 30 64 32
Octal 375 311 0 0 25 144 1 60 144 62
Binary 11111101 11001001 0 0 10101 1100100 1 110000 1100100 110010

Color Harmonies of #FDC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC900

Black with #FDC900

Text Example


Text Example

White with #FDC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC900; }

 p { color: rgb(253,201,0); }

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

background-color css

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

 a { background-color: rgb(253,201,0); }

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

border-color css

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

 span { border-color: rgb(253,201,0); }

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