Html Css Color HEX #FCFC14 Yellow

📋 copy color: '#FCFC14'

red 252 ◦ green 252 ◦ blue 20

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

Shades of Yellow #FCFC14

Tints of Yellow #FCFC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.82%

R = 48.09%
G = 48.09%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCFC14 (or 0xFCFC14) is known color: Yellow. HEX triplet: FC, FC and 14. RGB value is (252,252,20). Sum of RGB (Red+Green+Blue) = 252+252+20=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 20 (8.20% from 255 or 3.82% from 524); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC14 is #0303EB. Grayscale: #E2E2E2. Windows color (decimal): -197612 or 1375484. OLE color: 1375484.

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

Color convert

RGB 252 252 20 -
CMYK 0 0 0.92 0.01
HSL 60º 0.97% 0.53% -
HSV(B) 60º 0.92% 0.99% -
XYZ 75.08 90.37 14.15 -
YUV 225.55 12 146.86 -
System Red Green Blue C M Y K H S L
Decimal 252 252 20 0 0 0.92 0.01 60 0.97 0.53
Hex FC FC 14 0 0 5C 1 3C 61 35
Octal 374 374 24 0 0 134 1 74 141 65
Binary 11111100 11111100 10100 0 0 1011100 1 111100 1100001 110101

Color Harmonies of #FCFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC14

Black with #FCFC14

Text Example


Text Example

White with #FCFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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