Html Css Color HEX #FDF30A Lemon

📋 copy color: '#FDF30A'

red 253 ◦ green 243 ◦ blue 10

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

Shades of Lemon #FDF30A

Tints of Lemon #FDF30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.98%

R = 50%
G = 48.02%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDF30A (or 0xFDF30A) is known color: Lemon. HEX triplet: FD, F3 and 0A. RGB value is (253,243,10). Sum of RGB (Red+Green+Blue) = 253+243+10=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 10 (4.30% from 255 or 1.98% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF30A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF30A is #020CF5. Grayscale: #DCDCDC. Windows color (decimal): -134390 or 717821. OLE color: 717821.

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

Color convert

RGB 253 243 10 -
CMYK 0 0.04 0.96 0.01
HSL 57.53º 0.98% 0.52% -
HSV(B) 57.53º 0.96% 0.99% -
XYZ 72.61 85.01 12.87 -
YUV 219.43 9.81 151.95 -
System Red Green Blue C M Y K H S L
Decimal 253 243 10 0 0.04 0.96 0.01 57.53 0.98 0.52
Hex FD F3 A 0 4 60 1 3A 62 34
Octal 375 363 12 0 4 140 1 72 142 64
Binary 11111101 11110011 1010 0 100 1100000 1 111010 1100010 110100

Color Harmonies of #FDF30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF30A

Black with #FDF30A

Text Example


Text Example

White with #FDF30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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