Html Css Color HEX #FFFA1D Lemon

📋 copy color: '#FFFA1D'

red 255 ◦ green 250 ◦ blue 29

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

Shades of Lemon #FFFA1D

Tints of Lemon #FFFA1D

RGB

 RED value IS 255 (100% from 255) = 47.75%

 GREEN value IS 250 (98.05% from 255) = 46.82%

 BLUE value IS 29 (11.72% from 255) = 5.43%

R = 47.75%
G = 46.82%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFFA1D (or 0xFFFA1D) is known color: Lemon. HEX triplet: FF, FA and 1D. RGB value is (255,250,29). Sum of RGB (Red+Green+Blue) = 255+250+29=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 29 (11.72% from 255 or 5.43% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA1D is #0005E2. Grayscale: #E3E3E3. Windows color (decimal): -1507 or 1964799. OLE color: 1964799.

HSL color Cylindrical-coordinate representation of color #FFFA1D: hue angle of 58.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFFA1D is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 250 29 -
CMYK 0 0.02 0.89 0
HSL 58.67º 1% 0.56% -
HSV(B) 58.67º 0.89% 1% -
XYZ 75.65 89.72 14.49 -
YUV 226.3 16.66 148.47 -
System Red Green Blue C M Y K H S L
Decimal 255 250 29 0 0.02 0.89 0 58.67 1 0.56
Hex FF FA 1D 0 2 59 0 3B 64 38
Octal 377 372 35 0 2 131 0 73 144 70
Binary 11111111 11111010 11101 0 10 1011001 0 111011 1100100 111000

Color Harmonies of #FFFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA1D

Black with #FFFA1D

Text Example


Text Example

White with #FFFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA1D; }

 p { color: rgb(255,250,29); }

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

background-color css

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

 a { background-color: rgb(255,250,29); }

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

border-color css

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

 span { border-color: rgb(255,250,29); }

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