Html Css Color HEX #FFFC14 Yellow

📋 copy color: '#FFFC14'

red 255 ◦ green 252 ◦ blue 20

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

Shades of Yellow #FFFC14

Tints of Yellow #FFFC14

RGB

 RED value IS 255 (100% from 255) = 48.39%

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

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

R = 48.39%
G = 47.82%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFFC14 (or 0xFFFC14) is known color: Yellow. HEX triplet: FF, FC and 14. RGB value is (255,252,20). Sum of RGB (Red+Green+Blue) = 255+252+20=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 20 (8.20% from 255 or 3.80% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC14 is #0003EB. Grayscale: #E3E3E3. Windows color (decimal): -1004 or 1375487. OLE color: 1375487.

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

Color convert

RGB 255 252 20 -
CMYK 0 0.01 0.92 0
HSL 59.23º 1% 0.54% -
HSV(B) 59.23º 0.92% 1% -
XYZ 76.18 90.93 14.2 -
YUV 226.45 11.49 148.36 -
System Red Green Blue C M Y K H S L
Decimal 255 252 20 0 0.01 0.92 0 59.23 1 0.54
Hex FF FC 14 0 1 5C 0 3B 64 36
Octal 377 374 24 0 1 134 0 73 144 66
Binary 11111111 11111100 10100 0 1 1011100 0 111011 1100100 110110

Color Harmonies of #FFFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC14

Black with #FFFC14

Text Example


Text Example

White with #FFFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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