Html Css Color HEX #FEEB0B Lemon

📋 copy color: '#FEEB0B'

red 254 ◦ green 235 ◦ blue 11

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

Shades of Lemon #FEEB0B

Tints of Lemon #FEEB0B

RGB

 RED value IS 254 (99.61% from 255) = 50.8%

 GREEN value IS 235 (92.19% from 255) = 47%

 BLUE value IS 11 (4.69% from 255) = 2.2%

R = 50.8%
G = 47%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEEB0B (or 0xFEEB0B) is known color: Lemon. HEX triplet: FE, EB and 0B. RGB value is (254,235,11). Sum of RGB (Red+Green+Blue) = 254+235+11=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 11 (4.69% from 255 or 2.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEB0B is #0114F4. Grayscale: #D8D8D8. Windows color (decimal): -70901 or 781310. OLE color: 781310.

HSL color Cylindrical-coordinate representation of color #FEEB0B: hue angle of 55.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEEB0B is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 235 11 -
CMYK 0 0.07 0.96 0.00
HSL 55.31º 0.99% 0.52% -
HSV(B) 55.31º 0.96% 1% -
XYZ 70.64 80.51 12.13 -
YUV 215.15 12.79 155.71 -
System Red Green Blue C M Y K H S L
Decimal 254 235 11 0 0.07 0.96 0.00 55.31 0.99 0.52
Hex FE EB B 0 7 60 0 37 63 34
Octal 376 353 13 0 7 140 0 67 143 64
Binary 11111110 11101011 1011 0 111 1100000 0 110111 1100011 110100

Color Harmonies of #FEEB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB0B

Black with #FEEB0B

Text Example


Text Example

White with #FEEB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB0B; }

 p { color: rgb(254,235,11); }

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

background-color css

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

 a { background-color: rgb(254,235,11); }

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

border-color css

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

 span { border-color: rgb(254,235,11); }

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