Html Css Color HEX #FFFD1E Lemon

📋 copy color: '#FFFD1E'

red 255 ◦ green 253 ◦ blue 30

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

Shades of Lemon #FFFD1E

Tints of Lemon #FFFD1E

RGB

 RED value IS 255 (100% from 255) = 47.4%

 GREEN value IS 253 (99.22% from 255) = 47.03%

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

R = 47.4%
G = 47.03%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFFD1E (or 0xFFFD1E) is known color: Lemon. HEX triplet: FF, FD and 1E. RGB value is (255,253,30). Sum of RGB (Red+Green+Blue) = 255+253+30=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 30 (12.11% from 255 or 5.58% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD1E is #0002E1. Grayscale: #E5E5E5. Windows color (decimal): -738 or 2031103. OLE color: 2031103.

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

Color convert

RGB 255 253 30 -
CMYK 0 0.01 0.88 0
HSL 59.47º 1% 0.56% -
HSV(B) 59.47º 0.88% 1% -
XYZ 76.6 91.6 14.87 -
YUV 228.18 16.16 147.13 -
System Red Green Blue C M Y K H S L
Decimal 255 253 30 0 0.01 0.88 0 59.47 1 0.56
Hex FF FD 1E 0 1 58 0 3B 64 38
Octal 377 375 36 0 1 130 0 73 144 70
Binary 11111111 11111101 11110 0 1 1011000 0 111011 1100100 111000

Color Harmonies of #FFFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD1E

Black with #FFFD1E

Text Example


Text Example

White with #FFFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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