Html Css Color HEX #FEF30B Lemon

📋 copy color: '#FEF30B'

red 254 ◦ green 243 ◦ blue 11

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

Shades of Lemon #FEF30B

Tints of Lemon #FEF30B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.83%

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

R = 50%
G = 47.83%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEF30B (or 0xFEF30B) is known color: Lemon. HEX triplet: FE, F3 and 0B. RGB value is (254,243,11). Sum of RGB (Red+Green+Blue) = 254+243+11=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 11 (4.69% from 255 or 2.17% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF30B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF30B is #010CF4. Grayscale: #DCDCDC. Windows color (decimal): -68853 or 783358. OLE color: 783358.

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

Color convert

RGB 254 243 11 -
CMYK 0 0.04 0.96 0.00
HSL 57.28º 0.99% 0.52% -
HSV(B) 57.28º 0.96% 1% -
XYZ 72.98 85.2 12.91 -
YUV 219.84 10.14 152.36 -
System Red Green Blue C M Y K H S L
Decimal 254 243 11 0 0.04 0.96 0.00 57.28 0.99 0.52
Hex FE F3 B 0 4 60 0 39 63 34
Octal 376 363 13 0 4 140 0 71 143 64
Binary 11111110 11110011 1011 0 100 1100000 0 111001 1100011 110100

Color Harmonies of #FEF30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF30B

Black with #FEF30B

Text Example


Text Example

White with #FEF30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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