Html Css Color HEX #FDF023 Lemon

📋 copy color: '#FDF023'

red 253 ◦ green 240 ◦ blue 35

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

Shades of Lemon #FDF023

Tints of Lemon #FDF023

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.45%

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

R = 47.92%
G = 45.45%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDF023 (or 0xFDF023) is known color: Lemon. HEX triplet: FD, F0 and 23. RGB value is (253,240,35). Sum of RGB (Red+Green+Blue) = 253+240+35=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 35 (14.06% from 255 or 6.63% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF023 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF023 is #020FDC. Grayscale: #DDDDDD. Windows color (decimal): -135133 or 2355453. OLE color: 2355453.

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

Color convert

RGB 253 240 35 -
CMYK 0 0.05 0.86 0.01
HSL 56.42º 0.98% 0.56% -
HSV(B) 56.42º 0.86% 0.99% -
XYZ 71.97 83.32 13.88 -
YUV 220.52 23.31 151.17 -
System Red Green Blue C M Y K H S L
Decimal 253 240 35 0 0.05 0.86 0.01 56.42 0.98 0.56
Hex FD F0 23 0 5 56 1 38 62 38
Octal 375 360 43 0 5 126 1 70 142 70
Binary 11111101 11110000 100011 0 101 1010110 1 111000 1100010 111000

Color Harmonies of #FDF023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF023

Black with #FDF023

Text Example


Text Example

White with #FDF023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF023; }

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

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

background-color css

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

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

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

border-color css

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

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

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