Html Css Color HEX #FCFC10 Yellow

📋 copy color: '#FCFC10'

red 252 ◦ green 252 ◦ blue 16

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

Shades of Yellow #FCFC10

Tints of Yellow #FCFC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.08%

R = 48.46%
G = 48.46%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCFC10 (or 0xFCFC10) is known color: Yellow. HEX triplet: FC, FC and 10. RGB value is (252,252,16). Sum of RGB (Red+Green+Blue) = 252+252+16=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 16 (6.64% from 255 or 3.08% from 520); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC10 is #0303EF. Grayscale: #E2E2E2. Windows color (decimal): -197616 or 1113340. OLE color: 1113340.

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

Color convert

RGB 252 252 16 -
CMYK 0 0 0.94 0.01
HSL 60º 0.98% 0.53% -
HSV(B) 60º 0.94% 0.99% -
XYZ 75.05 90.35 13.97 -
YUV 225.1 10 147.19 -
System Red Green Blue C M Y K H S L
Decimal 252 252 16 0 0 0.94 0.01 60 0.98 0.53
Hex FC FC 10 0 0 5E 1 3C 62 35
Octal 374 374 20 0 0 136 1 74 142 65
Binary 11111100 11111100 10000 0 0 1011110 1 111100 1100010 110101

Color Harmonies of #FCFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC10

Black with #FCFC10

Text Example


Text Example

White with #FCFC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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