Html Css Color HEX #FDCC00 Tangerine Yellow

📋 copy color: '#FDCC00'

red 253 ◦ green 204 ◦ blue 0

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

Shades of Tangerine Yellow #FDCC00

Tints of Tangerine Yellow #FDCC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

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

R = 55.36%
G = 44.64%
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

#FDCC00 (or 0xFDCC00) is known color: Tangerine Yellow. HEX triplet: FD, CC and 00. RGB value is (253,204,0). Sum of RGB (Red+Green+Blue) = 253+204+0=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC00 is #0233FF. Grayscale: #C4C4C4. Windows color (decimal): -144384 or 52477. OLE color: 52477.

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

Color convert

RGB 253 204 0 -
CMYK 0 0.19 1 0.01
HSL 48.38º 1% 0.5% -
HSV(B) 48.38º 1% 0.99% -
XYZ 62.1 64.07 9.09 -
YUV 195.4 17.73 169.09 -
System Red Green Blue C M Y K H S L
Decimal 253 204 0 0 0.19 1 0.01 48.38 1 0.5
Hex FD CC 0 0 13 64 1 30 64 32
Octal 375 314 0 0 23 144 1 60 144 62
Binary 11111101 11001100 0 0 10011 1100100 1 110000 1100100 110010

Color Harmonies of #FDCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC00

Black with #FDCC00

Text Example


Text Example

White with #FDCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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