Html Css Color HEX #FCFD14 Yellow

📋 copy color: '#FCFD14'

red 252 ◦ green 253 ◦ blue 20

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

Shades of Yellow #FCFD14

Tints of Yellow #FCFD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.19%

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

R = 48%
G = 48.19%
B = 3.81%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCFD14 (or 0xFCFD14) is known color: Yellow. HEX triplet: FC, FD and 14. RGB value is (252,253,20). Sum of RGB (Red+Green+Blue) = 252+253+20=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 20 (8.20% from 255 or 3.81% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFD14 is #0302EB. Grayscale: #E3E3E3. Windows color (decimal): -197356 or 1375740. OLE color: 1375740.

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

Color convert

RGB 252 253 20 -
CMYK 0.00 0 0.92 0.01
HSL 60.26º 0.98% 0.54% -
HSV(B) 60.26º 0.92% 0.99% -
XYZ 75.4 91 14.25 -
YUV 226.14 11.67 146.45 -
System Red Green Blue C M Y K H S L
Decimal 252 253 20 0.00 0 0.92 0.01 60.26 0.98 0.54
Hex FC FD 14 0 0 5C 1 3C 62 36
Octal 374 375 24 0 0 134 1 74 142 66
Binary 11111100 11111101 10100 0 0 1011100 1 111100 1100010 110110

Color Harmonies of #FCFD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD14

Black with #FCFD14

Text Example


Text Example

White with #FCFD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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