Html Css Color HEX #FDCD00 Tangerine Yellow

📋 copy color: '#FDCD00'

red 253 ◦ green 205 ◦ blue 0

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

Shades of Tangerine Yellow #FDCD00

Tints of Tangerine Yellow #FDCD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.76%

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

R = 55.24%
G = 44.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDCD00 (or 0xFDCD00) is known color: Tangerine Yellow. HEX triplet: FD, CD and 00. RGB value is (253,205,0). Sum of RGB (Red+Green+Blue) = 253+205+0=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD00 is #0232FF. Grayscale: #C4C4C4. Windows color (decimal): -144128 or 52733. OLE color: 52733.

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

Color convert

RGB 253 205 0 -
CMYK 0 0.19 1 0.01
HSL 48.62º 1% 0.5% -
HSV(B) 48.62º 1% 0.99% -
XYZ 62.34 64.55 9.17 -
YUV 195.98 17.4 168.67 -
System Red Green Blue C M Y K H S L
Decimal 253 205 0 0 0.19 1 0.01 48.62 1 0.5
Hex FD CD 0 0 13 64 1 31 64 32
Octal 375 315 0 0 23 144 1 61 144 62
Binary 11111101 11001101 0 0 10011 1100100 1 110001 1100100 110010

Color Harmonies of #FDCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD00

Black with #FDCD00

Text Example


Text Example

White with #FDCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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