Html Css Color HEX #FDF31E Lemon

📋 copy color: '#FDF31E'

red 253 ◦ green 243 ◦ blue 30

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

Shades of Lemon #FDF31E

Tints of Lemon #FDF31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.7%

R = 48.1%
G = 46.2%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDF31E (or 0xFDF31E) is known color: Lemon. HEX triplet: FD, F3 and 1E. RGB value is (253,243,30). Sum of RGB (Red+Green+Blue) = 253+243+30=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 30 (12.11% from 255 or 5.70% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF31E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF31E is #020CE1. Grayscale: #DEDEDE. Windows color (decimal): -134370 or 2028541. OLE color: 2028541.

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

Color convert

RGB 253 243 30 -
CMYK 0 0.04 0.88 0.01
HSL 57.31º 0.98% 0.55% -
HSV(B) 57.31º 0.88% 0.99% -
XYZ 72.79 85.08 13.81 -
YUV 221.71 19.81 150.32 -
System Red Green Blue C M Y K H S L
Decimal 253 243 30 0 0.04 0.88 0.01 57.31 0.98 0.55
Hex FD F3 1E 0 4 58 1 39 62 37
Octal 375 363 36 0 4 130 1 71 142 67
Binary 11111101 11110011 11110 0 100 1011000 1 111001 1100010 110111

Color Harmonies of #FDF31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF31E

Black with #FDF31E

Text Example


Text Example

White with #FDF31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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