Html Css Color HEX #FDF70D Lemon

📋 copy color: '#FDF70D'

red 253 ◦ green 247 ◦ blue 13

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

Shades of Lemon #FDF70D

Tints of Lemon #FDF70D

RGB

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

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

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

R = 49.32%
G = 48.15%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDF70D (or 0xFDF70D) is known color: Lemon. HEX triplet: FD, F7 and 0D. RGB value is (253,247,13). Sum of RGB (Red+Green+Blue) = 253+247+13=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 13 (5.47% from 255 or 2.53% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF70D is #0208F2. Grayscale: #DFDFDF. Windows color (decimal): -133363 or 915453. OLE color: 915453.

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

Color convert

RGB 253 247 13 -
CMYK 0 0.02 0.95 0.01
HSL 58.5º 0.98% 0.52% -
HSV(B) 58.5º 0.95% 0.99% -
XYZ 73.84 87.43 13.37 -
YUV 222.12 9.99 150.03 -
System Red Green Blue C M Y K H S L
Decimal 253 247 13 0 0.02 0.95 0.01 58.5 0.98 0.52
Hex FD F7 D 0 2 5F 1 3A 62 34
Octal 375 367 15 0 2 137 1 72 142 64
Binary 11111101 11110111 1101 0 10 1011111 1 111010 1100010 110100

Color Harmonies of #FDF70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF70D

Black with #FDF70D

Text Example


Text Example

White with #FDF70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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