Html Css Color HEX #FDF319 Lemon

📋 copy color: '#FDF319'

red 253 ◦ green 243 ◦ blue 25

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

Shades of Lemon #FDF319

Tints of Lemon #FDF319

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.64%

 BLUE value IS 25 (10.16% from 255) = 4.8%

R = 48.56%
G = 46.64%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDF319 (or 0xFDF319) is known color: Lemon. HEX triplet: FD, F3 and 19. RGB value is (253,243,25). Sum of RGB (Red+Green+Blue) = 253+243+25=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 25 (10.16% from 255 or 4.80% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF319 is #020CE6. Grayscale: #DEDEDE. Windows color (decimal): -134375 or 1700861. OLE color: 1700861.

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

Color convert

RGB 253 243 25 -
CMYK 0 0.04 0.90 0.01
HSL 57.37º 0.98% 0.55% -
HSV(B) 57.37º 0.9% 0.99% -
XYZ 72.73 85.05 13.5 -
YUV 221.14 17.31 150.73 -
System Red Green Blue C M Y K H S L
Decimal 253 243 25 0 0.04 0.90 0.01 57.37 0.98 0.55
Hex FD F3 19 0 4 5A 1 39 62 37
Octal 375 363 31 0 4 132 1 71 142 67
Binary 11111101 11110011 11001 0 100 1011010 1 111001 1100010 110111

Color Harmonies of #FDF319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF319

Black with #FDF319

Text Example


Text Example

White with #FDF319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF319; }

 p { color: rgb(253,243,25); }

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

background-color css

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

 a { background-color: rgb(253,243,25); }

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

border-color css

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

 span { border-color: rgb(253,243,25); }

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