Html Css Color HEX #FBFC1E Lemon

📋 copy color: '#FBFC1E'

red 251 ◦ green 252 ◦ blue 30

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

Shades of Lemon #FBFC1E

Tints of Lemon #FBFC1E

RGB

 RED value IS 251 (98.44% from 255) = 47.09%

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

 BLUE value IS 30 (12.11% from 255) = 5.63%

R = 47.09%
G = 47.28%
B = 5.63%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FBFC1E (or 0xFBFC1E) is known color: Lemon. HEX triplet: FB, FC and 1E. RGB value is (251,252,30). Sum of RGB (Red+Green+Blue) = 251+252+30=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 30 (12.11% from 255 or 5.63% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFC1E is #0403E1. Grayscale: #E3E3E3. Windows color (decimal): -263138 or 2030843. OLE color: 2030843.

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

Color convert

RGB 251 252 30 -
CMYK 0.00 0 0.88 0.01
HSL 60.27º 0.97% 0.55% -
HSV(B) 60.27º 0.88% 0.99% -
XYZ 74.83 90.22 14.7 -
YUV 226.39 17.17 145.55 -
System Red Green Blue C M Y K H S L
Decimal 251 252 30 0.00 0 0.88 0.01 60.27 0.97 0.55
Hex FB FC 1E 0 0 58 1 3C 61 37
Octal 373 374 36 0 0 130 1 74 141 67
Binary 11111011 11111100 11110 0 0 1011000 1 111100 1100001 110111

Color Harmonies of #FBFC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFC1E

Black with #FBFC1E

Text Example


Text Example

White with #FBFC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFC1E; }

 p { color: rgb(251,252,30); }

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

background-color css

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

 a { background-color: rgb(251,252,30); }

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

border-color css

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

 span { border-color: rgb(251,252,30); }

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