Html Css Color HEX #FDF323 Lemon

📋 copy color: '#FDF323'

red 253 ◦ green 243 ◦ blue 35

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

Shades of Lemon #FDF323

Tints of Lemon #FDF323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.59%

R = 47.65%
G = 45.76%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDF323 (or 0xFDF323) is known color: Lemon. HEX triplet: FD, F3 and 23. RGB value is (253,243,35). Sum of RGB (Red+Green+Blue) = 253+243+35=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 35 (14.06% from 255 or 6.59% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF323 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF323 is #020CDC. Grayscale: #DFDFDF. Windows color (decimal): -134365 or 2356221. OLE color: 2356221.

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

Color convert

RGB 253 243 35 -
CMYK 0 0.04 0.86 0.01
HSL 57.25º 0.98% 0.56% -
HSV(B) 57.25º 0.86% 0.99% -
XYZ 72.86 85.11 14.18 -
YUV 222.28 22.31 149.91 -
System Red Green Blue C M Y K H S L
Decimal 253 243 35 0 0.04 0.86 0.01 57.25 0.98 0.56
Hex FD F3 23 0 4 56 1 39 62 38
Octal 375 363 43 0 4 126 1 71 142 70
Binary 11111101 11110011 100011 0 100 1010110 1 111001 1100010 111000

Color Harmonies of #FDF323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF323

Black with #FDF323

Text Example


Text Example

White with #FDF323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF323; }

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

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

background-color css

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

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

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

border-color css

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

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

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