Html Css Color HEX #FDF10B Lemon

📋 copy color: '#FDF10B'

red 253 ◦ green 241 ◦ blue 11

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

Shades of Lemon #FDF10B

Tints of Lemon #FDF10B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.72%

 BLUE value IS 11 (4.69% from 255) = 2.18%

R = 50.1%
G = 47.72%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDF10B (or 0xFDF10B) is known color: Lemon. HEX triplet: FD, F1 and 0B. RGB value is (253,241,11). Sum of RGB (Red+Green+Blue) = 253+241+11=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 11 (4.69% from 255 or 2.18% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF10B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF10B is #020EF4. Grayscale: #DBDBDB. Windows color (decimal): -134901 or 782845. OLE color: 782845.

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

Color convert

RGB 253 241 11 -
CMYK 0 0.05 0.96 0.01
HSL 57.02º 0.98% 0.52% -
HSV(B) 57.02º 0.96% 0.99% -
XYZ 72.02 83.82 12.7 -
YUV 218.37 10.98 152.7 -
System Red Green Blue C M Y K H S L
Decimal 253 241 11 0 0.05 0.96 0.01 57.02 0.98 0.52
Hex FD F1 B 0 5 60 1 39 62 34
Octal 375 361 13 0 5 140 1 71 142 64
Binary 11111101 11110001 1011 0 101 1100000 1 111001 1100010 110100

Color Harmonies of #FDF10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF10B

Black with #FDF10B

Text Example


Text Example

White with #FDF10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF10B; }

 p { color: rgb(253,241,11); }

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

background-color css

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

 a { background-color: rgb(253,241,11); }

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

border-color css

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

 span { border-color: rgb(253,241,11); }

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