Html Css Color HEX #FDFB1A Lemon

📋 copy color: '#FDFB1A'

red 253 ◦ green 251 ◦ blue 26

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

Shades of Lemon #FDFB1A

Tints of Lemon #FDFB1A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.36%

 BLUE value IS 26 (10.55% from 255) = 4.91%

R = 47.74%
G = 47.36%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDFB1A (or 0xFDFB1A) is known color: Lemon. HEX triplet: FD, FB and 1A. RGB value is (253,251,26). Sum of RGB (Red+Green+Blue) = 253+251+26=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 26 (10.55% from 255 or 4.91% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB1A is #0204E5. Grayscale: #E2E2E2. Windows color (decimal): -132326 or 1768445. OLE color: 1768445.

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

Color convert

RGB 253 251 26 -
CMYK 0 0.01 0.90 0.01
HSL 59.47º 0.98% 0.55% -
HSV(B) 59.47º 0.9% 0.99% -
XYZ 75.19 89.95 14.38 -
YUV 225.95 15.16 147.3 -
System Red Green Blue C M Y K H S L
Decimal 253 251 26 0 0.01 0.90 0.01 59.47 0.98 0.55
Hex FD FB 1A 0 1 5A 1 3B 62 37
Octal 375 373 32 0 1 132 1 73 142 67
Binary 11111101 11111011 11010 0 1 1011010 1 111011 1100010 110111

Color Harmonies of #FDFB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB1A

Black with #FDFB1A

Text Example


Text Example

White with #FDFB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB1A; }

 p { color: rgb(253,251,26); }

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

background-color css

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

 a { background-color: rgb(253,251,26); }

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

border-color css

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

 span { border-color: rgb(253,251,26); }

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