Html Css Color HEX #FDF712 Lemon

📋 copy color: '#FDF712'

red 253 ◦ green 247 ◦ blue 18

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

Shades of Lemon #FDF712

Tints of Lemon #FDF712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.47%

R = 48.84%
G = 47.68%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDF712 (or 0xFDF712) is known color: Lemon. HEX triplet: FD, F7 and 12. RGB value is (253,247,18). Sum of RGB (Red+Green+Blue) = 253+247+18=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 18 (7.42% from 255 or 3.47% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF712 is #0208ED. Grayscale: #DFDFDF. Windows color (decimal): -133358 or 1243133. OLE color: 1243133.

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

Color convert

RGB 253 247 18 -
CMYK 0 0.02 0.93 0.01
HSL 58.47º 0.98% 0.53% -
HSV(B) 58.47º 0.93% 0.99% -
XYZ 73.88 87.45 13.56 -
YUV 222.69 12.49 149.62 -
System Red Green Blue C M Y K H S L
Decimal 253 247 18 0 0.02 0.93 0.01 58.47 0.98 0.53
Hex FD F7 12 0 2 5D 1 3A 62 35
Octal 375 367 22 0 2 135 1 72 142 65
Binary 11111101 11110111 10010 0 10 1011101 1 111010 1100010 110101

Color Harmonies of #FDF712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF712

Black with #FDF712

Text Example


Text Example

White with #FDF712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF712; }

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

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

background-color css

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

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

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

border-color css

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

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

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