Html Css Color HEX #FFFF14 Yellow

📋 copy color: '#FFFF14'

red 255 ◦ green 255 ◦ blue 20

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

Shades of Yellow #FFFF14

Tints of Yellow #FFFF14

RGB

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

 GREEN value IS 255 (100% from 255) = 48.11%

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

R = 48.11%
G = 48.11%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFFF14 (or 0xFFFF14) is known color: Yellow. HEX triplet: FF, FF and 14. RGB value is (255,255,20). Sum of RGB (Red+Green+Blue) = 255+255+20=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 20 (8.20% from 255 or 3.77% from 530); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFF14 is #0000EB. Grayscale: #E5E5E5. Windows color (decimal): -236 or 1376255. OLE color: 1376255.

HSL color Cylindrical-coordinate representation of color #FFFF14: hue angle of 60º 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 #FFFF14 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 255 20 -
CMYK 0 0 0.92 0
HSL 60º 1% 0.54% -
HSV(B) 60º 0.92% 1% -
XYZ 77.13 92.83 14.51 -
YUV 228.21 10.5 147.11 -
System Red Green Blue C M Y K H S L
Decimal 255 255 20 0 0 0.92 0 60 1 0.54
Hex FF FF 14 0 0 5C 0 3C 64 36
Octal 377 377 24 0 0 134 0 74 144 66
Binary 11111111 11111111 10100 0 0 1011100 0 111100 1100100 110110

Color Harmonies of #FFFF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFF14

Black with #FFFF14

Text Example


Text Example

White with #FFFF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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