Html Css Color HEX #FCF000 Yellow

📋 copy color: '#FCF000'

red 252 ◦ green 240 ◦ blue 0

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

Shades of Yellow #FCF000

Tints of Yellow #FCF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.78%

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

R = 51.22%
G = 48.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCF000 (or 0xFCF000) is known color: Yellow. HEX triplet: FC, F0 and 00. RGB value is (252,240,0). Sum of RGB (Red+Green+Blue) = 252+240+0=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 0 (0.39% from 255 or 0% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF000 is #030FFF. Grayscale: #D9D9D9. Windows color (decimal): -200704 or 61692. OLE color: 61692.

HSL color Cylindrical-coordinate representation of color #FCF000: hue angle of 57.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCF000 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 0 -
CMYK 0 0.05 1 0.01
HSL 57.14º 1% 0.49% -
HSV(B) 57.14º 1% 0.99% -
XYZ 71.3 83.02 12.27 -
YUV 216.23 5.98 153.51 -
System Red Green Blue C M Y K H S L
Decimal 252 240 0 0 0.05 1 0.01 57.14 1 0.49
Hex FC F0 0 0 5 64 1 39 64 31
Octal 374 360 0 0 5 144 1 71 144 61
Binary 11111100 11110000 0 0 101 1100100 1 111001 1100100 110001

Color Harmonies of #FCF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF000

Black with #FCF000

Text Example


Text Example

White with #FCF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF000; }

 p { color: rgb(252,240,0); }

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

background-color css

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

 a { background-color: rgb(252,240,0); }

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

border-color css

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

 span { border-color: rgb(252,240,0); }

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