Html Css Color HEX #FFFF1F Lemon

📋 copy color: '#FFFF1F'

red 255 ◦ green 255 ◦ blue 31

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

Shades of Lemon #FFFF1F

Tints of Lemon #FFFF1F

RGB

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

 GREEN value IS 255 (100% from 255) = 47.13%

 BLUE value IS 31 (12.5% from 255) = 5.73%

R = 47.13%
G = 47.13%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFFF1F (or 0xFFFF1F) is known color: Lemon. HEX triplet: FF, FF and 1F. RGB value is (255,255,31). Sum of RGB (Red+Green+Blue) = 255+255+31=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 31 (12.5% from 255 or 5.73% from 541); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF1F is #0000E0. Grayscale: #E6E6E6. Windows color (decimal): -225 or 2097151. OLE color: 2097151.

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

Color convert

RGB 255 255 31 -
CMYK 0 0 0.88 0
HSL 60º 1% 0.56% -
HSV(B) 60º 0.88% 1% -
XYZ 77.25 92.88 15.15 -
YUV 229.46 16 146.21 -
System Red Green Blue C M Y K H S L
Decimal 255 255 31 0 0 0.88 0 60 1 0.56
Hex FF FF 1F 0 0 58 0 3C 64 38
Octal 377 377 37 0 0 130 0 74 144 70
Binary 11111111 11111111 11111 0 0 1011000 0 111100 1100100 111000

Color Harmonies of #FFFF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFF1F

Black with #FFFF1F

Text Example


Text Example

White with #FFFF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFF1F; }

 p { color: rgb(255,255,31); }

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

background-color css

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

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

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

border-color css

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

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

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