Html Css Color HEX #FDFB14 Lemon

📋 copy color: '#FDFB14'

red 253 ◦ green 251 ◦ blue 20

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

Shades of Lemon #FDFB14

Tints of Lemon #FDFB14

RGB

 RED value IS 253 (99.22% from 255) = 48.28%

 GREEN value IS 251 (98.44% from 255) = 47.9%

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

R = 48.28%
G = 47.9%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDFB14 (or 0xFDFB14) is known color: Lemon. HEX triplet: FD, FB and 14. RGB value is (253,251,20). Sum of RGB (Red+Green+Blue) = 253+251+20=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 20 (8.20% from 255 or 3.82% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFB14 is #0204EB. Grayscale: #E2E2E2. Windows color (decimal): -132332 or 1375229. OLE color: 1375229.

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

Color convert

RGB 253 251 20 -
CMYK 0 0.01 0.92 0.01
HSL 59.48º 0.98% 0.54% -
HSV(B) 59.48º 0.92% 0.99% -
XYZ 75.13 89.93 14.06 -
YUV 225.26 12.16 147.78 -
System Red Green Blue C M Y K H S L
Decimal 253 251 20 0 0.01 0.92 0.01 59.48 0.98 0.54
Hex FD FB 14 0 1 5C 1 3B 62 36
Octal 375 373 24 0 1 134 1 73 142 66
Binary 11111101 11111011 10100 0 1 1011100 1 111011 1100010 110110

Color Harmonies of #FDFB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB14

Black with #FDFB14

Text Example


Text Example

White with #FDFB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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