Html Css Color HEX #FBED10 Lemon

📋 copy color: '#FBED10'

red 251 ◦ green 237 ◦ blue 16

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

Shades of Lemon #FBED10

Tints of Lemon #FBED10

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 16 (6.64% from 255) = 3.17%

R = 49.8%
G = 47.02%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBED10 (or 0xFBED10) is known color: Lemon. HEX triplet: FB, ED and 10. RGB value is (251,237,16). Sum of RGB (Red+Green+Blue) = 251+237+16=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 16 (6.64% from 255 or 3.17% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBED10 is #0412EF. Grayscale: #D8D8D8. Windows color (decimal): -266992 or 1109499. OLE color: 1109499.

HSL color Cylindrical-coordinate representation of color #FBED10: hue angle of 56.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBED10 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 237 16 -
CMYK 0 0.06 0.94 0.02
HSL 56.43º 0.97% 0.52% -
HSV(B) 56.43º 0.94% 0.98% -
XYZ 70.16 81.12 12.45 -
YUV 215.99 15.14 152.97 -
System Red Green Blue C M Y K H S L
Decimal 251 237 16 0 0.06 0.94 0.02 56.43 0.97 0.52
Hex FB ED 10 0 6 5E 2 38 61 34
Octal 373 355 20 0 6 136 2 70 141 64
Binary 11111011 11101101 10000 0 110 1011110 10 111000 1100001 110100

Color Harmonies of #FBED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED10

Black with #FBED10

Text Example


Text Example

White with #FBED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED10; }

 p { color: rgb(251,237,16); }

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

background-color css

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

 a { background-color: rgb(251,237,16); }

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

border-color css

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

 span { border-color: rgb(251,237,16); }

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