Html Css Color HEX #FDF70F Lemon

📋 copy color: '#FDF70F'

red 253 ◦ green 247 ◦ blue 15

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

Shades of Lemon #FDF70F

Tints of Lemon #FDF70F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.96%

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

R = 49.13%
G = 47.96%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDF70F (or 0xFDF70F) is known color: Lemon. HEX triplet: FD, F7 and 0F. RGB value is (253,247,15). Sum of RGB (Red+Green+Blue) = 253+247+15=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 15 (6.25% from 255 or 2.91% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF70F is #0208F0. Grayscale: #DFDFDF. Windows color (decimal): -133361 or 1046525. OLE color: 1046525.

HSL color Cylindrical-coordinate representation of color #FDF70F: hue angle of 58.49º 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 #FDF70F is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 247 15 -
CMYK 0 0.02 0.94 0.01
HSL 58.49º 0.98% 0.53% -
HSV(B) 58.49º 0.94% 0.99% -
XYZ 73.86 87.44 13.44 -
YUV 222.35 10.99 149.86 -
System Red Green Blue C M Y K H S L
Decimal 253 247 15 0 0.02 0.94 0.01 58.49 0.98 0.53
Hex FD F7 F 0 2 5E 1 3A 62 35
Octal 375 367 17 0 2 136 1 72 142 65
Binary 11111101 11110111 1111 0 10 1011110 1 111010 1100010 110101

Color Harmonies of #FDF70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF70F

Black with #FDF70F

Text Example


Text Example

White with #FDF70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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