Html Css Color HEX #FDEF0A Lemon

📋 copy color: '#FDEF0A'

red 253 ◦ green 239 ◦ blue 10

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

Shades of Lemon #FDEF0A

Tints of Lemon #FDEF0A

RGB

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

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

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

R = 50.4%
G = 47.61%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDEF0A (or 0xFDEF0A) is known color: Lemon. HEX triplet: FD, EF and 0A. RGB value is (253,239,10). Sum of RGB (Red+Green+Blue) = 253+239+10=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 10 (4.30% from 255 or 1.99% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEF0A is #0210F5. Grayscale: #DADADA. Windows color (decimal): -135414 or 716797. OLE color: 716797.

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

Color convert

RGB 253 239 10 -
CMYK 0 0.06 0.96 0.01
HSL 56.54º 0.98% 0.52% -
HSV(B) 56.54º 0.96% 0.99% -
XYZ 71.43 82.64 12.47 -
YUV 217.08 11.14 153.62 -
System Red Green Blue C M Y K H S L
Decimal 253 239 10 0 0.06 0.96 0.01 56.54 0.98 0.52
Hex FD EF A 0 6 60 1 39 62 34
Octal 375 357 12 0 6 140 1 71 142 64
Binary 11111101 11101111 1010 0 110 1100000 1 111001 1100010 110100

Color Harmonies of #FDEF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF0A

Black with #FDEF0A

Text Example


Text Example

White with #FDEF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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