Html Css Color HEX #FBED06 Lemon

📋 copy color: '#FBED06'

red 251 ◦ green 237 ◦ blue 6

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

Shades of Lemon #FBED06

Tints of Lemon #FBED06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.21%

R = 50.81%
G = 47.98%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBED06 (or 0xFBED06) is known color: Lemon. HEX triplet: FB, ED and 06. RGB value is (251,237,6). Sum of RGB (Red+Green+Blue) = 251+237+6=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 6 (2.73% from 255 or 1.21% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBED06 is #0412F9. Grayscale: #D7D7D7. Windows color (decimal): -267002 or 454139. OLE color: 454139.

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

Color convert

RGB 251 237 6 -
CMYK 0 0.06 0.98 0.02
HSL 56.57º 0.97% 0.5% -
HSV(B) 56.57º 0.98% 0.98% -
XYZ 70.1 81.09 12.13 -
YUV 214.85 10.14 153.78 -
System Red Green Blue C M Y K H S L
Decimal 251 237 6 0 0.06 0.98 0.02 56.57 0.97 0.5
Hex FB ED 6 0 6 62 2 39 61 32
Octal 373 355 6 0 6 142 2 71 141 62
Binary 11111011 11101101 110 0 110 1100010 10 111001 1100001 110010

Color Harmonies of #FBED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED06

Black with #FBED06

Text Example


Text Example

White with #FBED06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED06; }

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

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

background-color css

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

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

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

border-color css

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

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

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