Html Css Color HEX #FDF922 Lemon

📋 copy color: '#FDF922'

red 253 ◦ green 249 ◦ blue 34

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

Shades of Lemon #FDF922

Tints of Lemon #FDF922

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.46%

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

R = 47.2%
G = 46.46%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDF922 (or 0xFDF922) is known color: Lemon. HEX triplet: FD, F9 and 22. RGB value is (253,249,34). Sum of RGB (Red+Green+Blue) = 253+249+34=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 34 (13.67% from 255 or 6.34% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF922 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF922 is #0206DD. Grayscale: #E2E2E2. Windows color (decimal): -132830 or 2292221. OLE color: 2292221.

HSL color Cylindrical-coordinate representation of color #FDF922: hue angle of 58.9º 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 #FDF922 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 249 34 -
CMYK 0 0.02 0.87 0.01
HSL 58.9º 0.98% 0.56% -
HSV(B) 58.9º 0.87% 0.99% -
XYZ 74.67 88.75 14.71 -
YUV 225.69 19.83 147.48 -
System Red Green Blue C M Y K H S L
Decimal 253 249 34 0 0.02 0.87 0.01 58.9 0.98 0.56
Hex FD F9 22 0 2 57 1 3B 62 38
Octal 375 371 42 0 2 127 1 73 142 70
Binary 11111101 11111001 100010 0 10 1010111 1 111011 1100010 111000

Color Harmonies of #FDF922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF922

Black with #FDF922

Text Example


Text Example

White with #FDF922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF922; }

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

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

background-color css

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

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

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

border-color css

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

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

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