Html Css Color HEX #FDF122 Lemon

📋 copy color: '#FDF122'

red 253 ◦ green 241 ◦ blue 34

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

Shades of Lemon #FDF122

Tints of Lemon #FDF122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.44%

R = 47.92%
G = 45.64%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDF122 (or 0xFDF122) is known color: Lemon. HEX triplet: FD, F1 and 22. RGB value is (253,241,34). Sum of RGB (Red+Green+Blue) = 253+241+34=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 34 (13.67% from 255 or 6.44% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF122 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF122 is #020EDD. Grayscale: #DDDDDD. Windows color (decimal): -134878 or 2290173. OLE color: 2290173.

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

Color convert

RGB 253 241 34 -
CMYK 0 0.05 0.87 0.01
HSL 56.71º 0.98% 0.56% -
HSV(B) 56.71º 0.87% 0.99% -
XYZ 72.25 83.91 13.9 -
YUV 220.99 22.48 150.83 -
System Red Green Blue C M Y K H S L
Decimal 253 241 34 0 0.05 0.87 0.01 56.71 0.98 0.56
Hex FD F1 22 0 5 57 1 39 62 38
Octal 375 361 42 0 5 127 1 71 142 70
Binary 11111101 11110001 100010 0 101 1010111 1 111001 1100010 111000

Color Harmonies of #FDF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF122

Black with #FDF122

Text Example


Text Example

White with #FDF122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF122; }

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

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

background-color css

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

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

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

border-color css

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

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

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