Html Css Color HEX #FEEF0D Lemon

📋 copy color: '#FEEF0D'

red 254 ◦ green 239 ◦ blue 13

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

Shades of Lemon #FEEF0D

Tints of Lemon #FEEF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.57%

R = 50.2%
G = 47.23%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEEF0D (or 0xFEEF0D) is known color: Lemon. HEX triplet: FE, EF and 0D. RGB value is (254,239,13). Sum of RGB (Red+Green+Blue) = 254+239+13=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 13 (5.47% from 255 or 2.57% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF0D is #0110F2. Grayscale: #DADADA. Windows color (decimal): -69875 or 913406. OLE color: 913406.

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

Color convert

RGB 254 239 13 -
CMYK 0 0.06 0.95 0.00
HSL 56.27º 0.99% 0.52% -
HSV(B) 56.27º 0.95% 1% -
XYZ 71.81 82.83 12.58 -
YUV 217.72 12.47 153.88 -
System Red Green Blue C M Y K H S L
Decimal 254 239 13 0 0.06 0.95 0.00 56.27 0.99 0.52
Hex FE EF D 0 6 5F 0 38 63 34
Octal 376 357 15 0 6 137 0 70 143 64
Binary 11111110 11101111 1101 0 110 1011111 0 111000 1100011 110100

Color Harmonies of #FEEF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF0D

Black with #FEEF0D

Text Example


Text Example

White with #FEEF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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