Html Css Color HEX #FCFC00 Yellow

📋 copy color: '#FCFC00'

red 252 ◦ green 252 ◦ blue 0

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

Shades of Yellow #FCFC00

Tints of Yellow #FCFC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCFC00 (or 0xFCFC00) is known color: Yellow. HEX triplet: FC, FC and 00. RGB value is (252,252,0). Sum of RGB (Red+Green+Blue) = 252+252+0=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 0 (0.39% from 255 or 0% from 504); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC00 is #0303FF. Grayscale: #E0E0E0. Windows color (decimal): -197632 or 64764. OLE color: 64764.

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

Color convert

RGB 252 252 0 -
CMYK 0 0 1 0.01
HSL 60º 1% 0.49% -
HSV(B) 60º 1% 0.99% -
XYZ 74.96 90.32 13.48 -
YUV 223.27 2 148.49 -
System Red Green Blue C M Y K H S L
Decimal 252 252 0 0 0 1 0.01 60 1 0.49
Hex FC FC 0 0 0 64 1 3C 64 31
Octal 374 374 0 0 0 144 1 74 144 61
Binary 11111100 11111100 0 0 0 1100100 1 111100 1100100 110001

Color Harmonies of #FCFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC00

Black with #FCFC00

Text Example


Text Example

White with #FCFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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