Html Css Color HEX #FCD007 Tangerine Yellow

📋 copy color: '#FCD007'

red 252 ◦ green 208 ◦ blue 7

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

Shades of Tangerine Yellow #FCD007

Tints of Tangerine Yellow #FCD007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 53.96%
G = 44.54%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCD007 (or 0xFCD007) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 07. RGB value is (252,208,7). Sum of RGB (Red+Green+Blue) = 252+208+7=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD007 is #032FF8. Grayscale: #C7C7C7. Windows color (decimal): -208889 or 512252. OLE color: 512252.

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

Color convert

RGB 252 208 7 -
CMYK 0 0.17 0.97 0.01
HSL 49.22º 0.98% 0.51% -
HSV(B) 49.22º 0.97% 0.99% -
XYZ 62.74 65.82 9.6 -
YUV 198.24 20.08 166.34 -
System Red Green Blue C M Y K H S L
Decimal 252 208 7 0 0.17 0.97 0.01 49.22 0.98 0.51
Hex FC D0 7 0 11 61 1 31 62 33
Octal 374 320 7 0 21 141 1 61 142 63
Binary 11111100 11010000 111 0 10001 1100001 1 110001 1100010 110011

Color Harmonies of #FCD007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD007

Black with #FCD007

Text Example


Text Example

White with #FCD007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD007; }

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

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

background-color css

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

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

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

border-color css

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

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

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