Html Css Color HEX #FCD00F Tangerine Yellow

📋 copy color: '#FCD00F'

red 252 ◦ green 208 ◦ blue 15

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

Shades of Tangerine Yellow #FCD00F

Tints of Tangerine Yellow #FCD00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.16%

R = 53.05%
G = 43.79%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD00F (or 0xFCD00F) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 0F. RGB value is (252,208,15). Sum of RGB (Red+Green+Blue) = 252+208+15=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 15 (6.25% from 255 or 3.16% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD00F is #032FF0. Grayscale: #C7C7C7. Windows color (decimal): -208881 or 1036540. OLE color: 1036540.

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

Color convert

RGB 252 208 15 -
CMYK 0 0.17 0.94 0.01
HSL 48.86º 0.98% 0.52% -
HSV(B) 48.86º 0.94% 0.99% -
XYZ 62.79 65.84 9.85 -
YUV 199.15 24.08 165.69 -
System Red Green Blue C M Y K H S L
Decimal 252 208 15 0 0.17 0.94 0.01 48.86 0.98 0.52
Hex FC D0 F 0 11 5E 1 31 62 34
Octal 374 320 17 0 21 136 1 61 142 64
Binary 11111100 11010000 1111 0 10001 1011110 1 110001 1100010 110100

Color Harmonies of #FCD00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD00F

Black with #FCD00F

Text Example


Text Example

White with #FCD00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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