Html Css Color HEX #FDCE00 Tangerine Yellow

📋 copy color: '#FDCE00'

red 253 ◦ green 206 ◦ blue 0

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

Shades of Tangerine Yellow #FDCE00

Tints of Tangerine Yellow #FDCE00

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.88%

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

R = 55.12%
G = 44.88%
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

#FDCE00 (or 0xFDCE00) is known color: Tangerine Yellow. HEX triplet: FD, CE and 00. RGB value is (253,206,0). Sum of RGB (Red+Green+Blue) = 253+206+0=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCE00 is #0231FF. Grayscale: #C5C5C5. Windows color (decimal): -143872 or 52989. OLE color: 52989.

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

Color convert

RGB 253 206 0 -
CMYK 0 0.19 1 0.01
HSL 48.85º 1% 0.5% -
HSV(B) 48.85º 1% 0.99% -
XYZ 62.58 65.03 9.25 -
YUV 196.57 17.07 168.25 -
System Red Green Blue C M Y K H S L
Decimal 253 206 0 0 0.19 1 0.01 48.85 1 0.5
Hex FD CE 0 0 13 64 1 31 64 32
Octal 375 316 0 0 23 144 1 61 144 62
Binary 11111101 11001110 0 0 10011 1100100 1 110001 1100100 110010

Color Harmonies of #FDCE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE00

Black with #FDCE00

Text Example


Text Example

White with #FDCE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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