Html Css Color HEX #FDF30C Lemon

📋 copy color: '#FDF30C'

red 253 ◦ green 243 ◦ blue 12

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

Shades of Lemon #FDF30C

Tints of Lemon #FDF30C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.83%

 BLUE value IS 12 (5.08% from 255) = 2.36%

R = 49.8%
G = 47.83%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDF30C (or 0xFDF30C) is known color: Lemon. HEX triplet: FD, F3 and 0C. RGB value is (253,243,12). Sum of RGB (Red+Green+Blue) = 253+243+12=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 12 (5.08% from 255 or 2.36% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF30C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF30C is #020CF3. Grayscale: #DCDCDC. Windows color (decimal): -134388 or 848893. OLE color: 848893.

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

Color convert

RGB 253 243 12 -
CMYK 0 0.04 0.95 0.01
HSL 57.51º 0.98% 0.52% -
HSV(B) 57.51º 0.95% 0.99% -
XYZ 72.62 85.01 12.93 -
YUV 219.66 10.81 151.78 -
System Red Green Blue C M Y K H S L
Decimal 253 243 12 0 0.04 0.95 0.01 57.51 0.98 0.52
Hex FD F3 C 0 4 5F 1 3A 62 34
Octal 375 363 14 0 4 137 1 72 142 64
Binary 11111101 11110011 1100 0 100 1011111 1 111010 1100010 110100

Color Harmonies of #FDF30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF30C

Black with #FDF30C

Text Example


Text Example

White with #FDF30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF30C; }

 p { color: rgb(253,243,12); }

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

background-color css

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

 a { background-color: rgb(253,243,12); }

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

border-color css

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

 span { border-color: rgb(253,243,12); }

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