Html Css Color HEX #FDEF0F Lemon

📋 copy color: '#FDEF0F'

red 253 ◦ green 239 ◦ blue 15

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

Shades of Lemon #FDEF0F

Tints of Lemon #FDEF0F

RGB

 RED value IS 253 (99.22% from 255) = 49.9%

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

 BLUE value IS 15 (6.25% from 255) = 2.96%

R = 49.9%
G = 47.14%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDEF0F (or 0xFDEF0F) is known color: Lemon. HEX triplet: FD, EF and 0F. RGB value is (253,239,15). Sum of RGB (Red+Green+Blue) = 253+239+15=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 15 (6.25% from 255 or 2.96% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEF0F is #0210F0. Grayscale: #DADADA. Windows color (decimal): -135409 or 1044477. OLE color: 1044477.

HSL color Cylindrical-coordinate representation of color #FDEF0F: hue angle of 56.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDEF0F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 239 15 -
CMYK 0 0.06 0.94 0.01
HSL 56.47º 0.98% 0.53% -
HSV(B) 56.47º 0.94% 0.99% -
XYZ 71.46 82.65 12.64 -
YUV 217.65 13.64 153.21 -
System Red Green Blue C M Y K H S L
Decimal 253 239 15 0 0.06 0.94 0.01 56.47 0.98 0.53
Hex FD EF F 0 6 5E 1 38 62 35
Octal 375 357 17 0 6 136 1 70 142 65
Binary 11111101 11101111 1111 0 110 1011110 1 111000 1100010 110101

Color Harmonies of #FDEF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF0F

Black with #FDEF0F

Text Example


Text Example

White with #FDEF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF0F; }

 p { color: rgb(253,239,15); }

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

background-color css

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

 a { background-color: rgb(253,239,15); }

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

border-color css

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

 span { border-color: rgb(253,239,15); }

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