Html Css Color HEX #FEE01B Lemon

📋 copy color: '#FEE01B'

red 254 ◦ green 224 ◦ blue 27

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

Shades of Lemon #FEE01B

Tints of Lemon #FEE01B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.36%

 BLUE value IS 27 (10.94% from 255) = 5.35%

R = 50.3%
G = 44.36%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEE01B (or 0xFEE01B) is known color: Lemon. HEX triplet: FE, E0 and 1B. RGB value is (254,224,27). Sum of RGB (Red+Green+Blue) = 254+224+27=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 27 (10.94% from 255 or 5.35% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE01B is #011FE4. Grayscale: #D3D3D3. Windows color (decimal): -73701 or 1827070. OLE color: 1827070.

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

Color convert

RGB 254 224 27 -
CMYK 0 0.12 0.89 0.00
HSL 52.07º 0.99% 0.55% -
HSV(B) 52.07º 0.89% 1% -
XYZ 67.73 74.46 11.84 -
YUV 210.51 24.44 159.02 -
System Red Green Blue C M Y K H S L
Decimal 254 224 27 0 0.12 0.89 0.00 52.07 0.99 0.55
Hex FE E0 1B 0 C 59 0 34 63 37
Octal 376 340 33 0 14 131 0 64 143 67
Binary 11111110 11100000 11011 0 1100 1011001 0 110100 1100011 110111

Color Harmonies of #FEE01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE01B

Black with #FEE01B

Text Example


Text Example

White with #FEE01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE01B; }

 p { color: rgb(254,224,27); }

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

background-color css

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

 a { background-color: rgb(254,224,27); }

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

border-color css

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

 span { border-color: rgb(254,224,27); }

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