Html Css Color HEX #FCD00D Tangerine Yellow

📋 copy color: '#FCD00D'

red 252 ◦ green 208 ◦ blue 13

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

Shades of Tangerine Yellow #FCD00D

Tints of Tangerine Yellow #FCD00D

RGB

 RED value IS 252 (98.83% from 255) = 53.28%

 GREEN value IS 208 (81.64% from 255) = 43.97%

 BLUE value IS 13 (5.47% from 255) = 2.75%

R = 53.28%
G = 43.97%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD00D (or 0xFCD00D) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 0D. RGB value is (252,208,13). Sum of RGB (Red+Green+Blue) = 252+208+13=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD00D is #032FF2. Grayscale: #C7C7C7. Windows color (decimal): -208883 or 905468. OLE color: 905468.

HSL color Cylindrical-coordinate representation of color #FCD00D: hue angle of 48.95º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCD00D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 13 -
CMYK 0 0.17 0.95 0.01
HSL 48.95º 0.98% 0.52% -
HSV(B) 48.95º 0.95% 0.99% -
XYZ 62.77 65.84 9.78 -
YUV 198.93 23.08 165.86 -
System Red Green Blue C M Y K H S L
Decimal 252 208 13 0 0.17 0.95 0.01 48.95 0.98 0.52
Hex FC D0 D 0 11 5F 1 31 62 34
Octal 374 320 15 0 21 137 1 61 142 64
Binary 11111100 11010000 1101 0 10001 1011111 1 110001 1100010 110100

Color Harmonies of #FCD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD00D

Black with #FCD00D

Text Example


Text Example

White with #FCD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD00D; }

 p { color: rgb(252,208,13); }

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

background-color css

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

 a { background-color: rgb(252,208,13); }

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

border-color css

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

 span { border-color: rgb(252,208,13); }

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