Html Css Color HEX #FCFE14 Yellow

📋 copy color: '#FCFE14'

red 252 ◦ green 254 ◦ blue 20

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

Shades of Yellow #FCFE14

Tints of Yellow #FCFE14

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.29%

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

R = 47.91%
G = 48.29%
B = 3.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FCFE14 (or 0xFCFE14) is known color: Yellow. HEX triplet: FC, FE and 14. RGB value is (252,254,20). Sum of RGB (Red+Green+Blue) = 252+254+20=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 20 (8.20% from 255 or 3.80% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE14 is #0301EB. Grayscale: #E3E3E3. Windows color (decimal): -197100 or 1375996. OLE color: 1375996.

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

Color convert

RGB 252 254 20 -
CMYK 0.01 0 0.92 0.00
HSL 60.51º 0.99% 0.54% -
HSV(B) 60.51º 0.92% 1% -
XYZ 75.71 91.63 14.36 -
YUV 226.73 11.34 146.03 -
System Red Green Blue C M Y K H S L
Decimal 252 254 20 0.01 0 0.92 0.00 60.51 0.99 0.54
Hex FC FE 14 1 0 5C 0 3D 63 36
Octal 374 376 24 1 0 134 0 75 143 66
Binary 11111100 11111110 10100 1 0 1011100 0 111101 1100011 110110

Color Harmonies of #FCFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE14

Black with #FCFE14

Text Example


Text Example

White with #FCFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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