Html Css Color HEX #FEEB0A Lemon

📋 copy color: '#FEEB0A'

red 254 ◦ green 235 ◦ blue 10

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

Shades of Lemon #FEEB0A

Tints of Lemon #FEEB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2%

R = 50.9%
G = 47.09%
B = 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

#FEEB0A (or 0xFEEB0A) is known color: Lemon. HEX triplet: FE, EB and 0A. RGB value is (254,235,10). Sum of RGB (Red+Green+Blue) = 254+235+10=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 10 (4.30% from 255 or 2.00% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEB0A is #0114F5. Grayscale: #D7D7D7. Windows color (decimal): -70902 or 715774. OLE color: 715774.

HSL color Cylindrical-coordinate representation of color #FEEB0A: hue angle of 55.33º 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 #FEEB0A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 235 10 -
CMYK 0 0.07 0.96 0.00
HSL 55.33º 0.99% 0.52% -
HSV(B) 55.33º 0.96% 1% -
XYZ 70.64 80.51 12.1 -
YUV 215.03 12.29 155.8 -
System Red Green Blue C M Y K H S L
Decimal 254 235 10 0 0.07 0.96 0.00 55.33 0.99 0.52
Hex FE EB A 0 7 60 0 37 63 34
Octal 376 353 12 0 7 140 0 67 143 64
Binary 11111110 11101011 1010 0 111 1100000 0 110111 1100011 110100

Color Harmonies of #FEEB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB0A

Black with #FEEB0A

Text Example


Text Example

White with #FEEB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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