Html Css Color HEX #FEEF0A Lemon

📋 copy color: '#FEEF0A'

red 254 ◦ green 239 ◦ blue 10

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

Shades of Lemon #FEEF0A

Tints of Lemon #FEEF0A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.51%

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

R = 50.5%
G = 47.51%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEEF0A (or 0xFEEF0A) is known color: Lemon. HEX triplet: FE, EF and 0A. RGB value is (254,239,10). Sum of RGB (Red+Green+Blue) = 254+239+10=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 10 (4.30% from 255 or 1.99% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF0A is #0110F5. Grayscale: #DADADA. Windows color (decimal): -69878 or 716798. OLE color: 716798.

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

Color convert

RGB 254 239 10 -
CMYK 0 0.06 0.96 0.00
HSL 56.31º 0.99% 0.52% -
HSV(B) 56.31º 0.96% 1% -
XYZ 71.79 82.83 12.49 -
YUV 217.38 10.97 154.12 -
System Red Green Blue C M Y K H S L
Decimal 254 239 10 0 0.06 0.96 0.00 56.31 0.99 0.52
Hex FE EF A 0 6 60 0 38 63 34
Octal 376 357 12 0 6 140 0 70 143 64
Binary 11111110 11101111 1010 0 110 1100000 0 111000 1100011 110100

Color Harmonies of #FEEF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF0A

Black with #FEEF0A

Text Example


Text Example

White with #FEEF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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