Html Css Color HEX #FDED02 Lemon

📋 copy color: '#FDED02'

red 253 ◦ green 237 ◦ blue 2

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

Shades of Lemon #FDED02

Tints of Lemon #FDED02

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.17%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 51.42%
G = 48.17%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDED02 (or 0xFDED02) is known color: Lemon. HEX triplet: FD, ED and 02. RGB value is (253,237,2). Sum of RGB (Red+Green+Blue) = 253+237+2=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 2 (1.17% from 255 or 0.41% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED02 is #0212FD. Grayscale: #D7D7D7. Windows color (decimal): -135934 or 191997. OLE color: 191997.

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

Color convert

RGB 253 237 2 -
CMYK 0 0.06 0.99 0.01
HSL 56.18º 0.98% 0.5% -
HSV(B) 56.18º 0.99% 0.99% -
XYZ 70.8 81.46 12.05 -
YUV 214.99 7.8 155.11 -
System Red Green Blue C M Y K H S L
Decimal 253 237 2 0 0.06 0.99 0.01 56.18 0.98 0.5
Hex FD ED 2 0 6 63 1 38 62 32
Octal 375 355 2 0 6 143 1 70 142 62
Binary 11111101 11101101 10 0 110 1100011 1 111000 1100010 110010

Color Harmonies of #FDED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED02

Black with #FDED02

Text Example


Text Example

White with #FDED02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED02; }

 p { color: rgb(253,237,2); }

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

background-color css

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

 a { background-color: rgb(253,237,2); }

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

border-color css

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

 span { border-color: rgb(253,237,2); }

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