Html Css Color HEX #FBED1F Lemon

📋 copy color: '#FBED1F'

red 251 ◦ green 237 ◦ blue 31

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

Shades of Lemon #FBED1F

Tints of Lemon #FBED1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.97%

R = 48.36%
G = 45.66%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBED1F (or 0xFBED1F) is known color: Lemon. HEX triplet: FB, ED and 1F. RGB value is (251,237,31). Sum of RGB (Red+Green+Blue) = 251+237+31=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 31 (12.5% from 255 or 5.97% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED1F is #0412E0. Grayscale: #DADADA. Windows color (decimal): -266977 or 2092539. OLE color: 2092539.

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

Color convert

RGB 251 237 31 -
CMYK 0 0.06 0.88 0.02
HSL 56.18º 0.96% 0.55% -
HSV(B) 56.18º 0.88% 0.98% -
XYZ 70.32 81.18 13.26 -
YUV 217.7 22.64 151.75 -
System Red Green Blue C M Y K H S L
Decimal 251 237 31 0 0.06 0.88 0.02 56.18 0.96 0.55
Hex FB ED 1F 0 6 58 2 38 60 37
Octal 373 355 37 0 6 130 2 70 140 67
Binary 11111011 11101101 11111 0 110 1011000 10 111000 1100000 110111

Color Harmonies of #FBED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED1F

Black with #FBED1F

Text Example


Text Example

White with #FBED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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