Html Css Color HEX #FDF30D Lemon

📋 copy color: '#FDF30D'

red 253 ◦ green 243 ◦ blue 13

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

Shades of Lemon #FDF30D

Tints of Lemon #FDF30D

RGB

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

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

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

R = 49.71%
G = 47.74%
B = 2.55%

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

#FDF30D (or 0xFDF30D) is known color: Lemon. HEX triplet: FD, F3 and 0D. RGB value is (253,243,13). Sum of RGB (Red+Green+Blue) = 253+243+13=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 13 (5.47% from 255 or 2.55% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF30D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF30D is #020CF2. Grayscale: #DCDCDC. Windows color (decimal): -134387 or 914429. OLE color: 914429.

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

Color convert

RGB 253 243 13 -
CMYK 0 0.04 0.95 0.01
HSL 57.5º 0.98% 0.52% -
HSV(B) 57.5º 0.95% 0.99% -
XYZ 72.63 85.01 12.96 -
YUV 219.77 11.31 151.7 -
System Red Green Blue C M Y K H S L
Decimal 253 243 13 0 0.04 0.95 0.01 57.5 0.98 0.52
Hex FD F3 D 0 4 5F 1 3A 62 34
Octal 375 363 15 0 4 137 1 72 142 64
Binary 11111101 11110011 1101 0 100 1011111 1 111010 1100010 110100

Color Harmonies of #FDF30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF30D

Black with #FDF30D

Text Example


Text Example

White with #FDF30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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