Html Css Color HEX #FEF308 Lemon

📋 copy color: '#FEF308'

red 254 ◦ green 243 ◦ blue 8

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

Shades of Lemon #FEF308

Tints of Lemon #FEF308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.58%

R = 50.3%
G = 48.12%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEF308 (or 0xFEF308) is known color: Lemon. HEX triplet: FE, F3 and 08. RGB value is (254,243,8). Sum of RGB (Red+Green+Blue) = 254+243+8=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 8 (3.52% from 255 or 1.58% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF308 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF308 is #010CF7. Grayscale: #DCDCDC. Windows color (decimal): -68856 or 586750. OLE color: 586750.

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

Color convert

RGB 254 243 8 -
CMYK 0 0.04 0.97 0.00
HSL 57.32º 0.99% 0.51% -
HSV(B) 57.32º 0.97% 1% -
XYZ 72.97 85.19 12.83 -
YUV 219.5 8.64 152.61 -
System Red Green Blue C M Y K H S L
Decimal 254 243 8 0 0.04 0.97 0.00 57.32 0.99 0.51
Hex FE F3 8 0 4 61 0 39 63 33
Octal 376 363 10 0 4 141 0 71 143 63
Binary 11111110 11110011 1000 0 100 1100001 0 111001 1100011 110011

Color Harmonies of #FEF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF308

Black with #FEF308

Text Example


Text Example

White with #FEF308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF308; }

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

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

background-color css

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

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

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

border-color css

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

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

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