Html Css Color HEX #FFF564 Laser Lemon

📋 copy color: '#FFF564'

red 255 ◦ green 245 ◦ blue 100

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

Shades of Laser Lemon #FFF564

Tints of Laser Lemon #FFF564

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.83%

 BLUE value IS 100 (39.45% from 255) = 16.67%

R = 42.5%
G = 40.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFF564 (or 0xFFF564) is known color: Laser Lemon. HEX triplet: FF, F5 and 64. RGB value is (255,245,100). Sum of RGB (Red+Green+Blue) = 255+245+100=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 100 (39.45% from 255 or 16.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF564 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF564 is #000A9B. Grayscale: #E8E8E8. Windows color (decimal): -2716 or 6616575. OLE color: 6616575.

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

Color convert

RGB 255 245 100 -
CMYK 0 0.04 0.61 0
HSL 56.13º 1% 0.7% -
HSV(B) 56.13º 0.61% 1% -
XYZ 76.19 87.48 24.93 -
YUV 231.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 255 245 100 0 0.04 0.61 0 56.13 1 0.7
Hex FF F5 64 0 4 3D 0 38 64 46
Octal 377 365 144 0 4 75 0 70 144 106
Binary 11111111 11110101 1100100 0 100 111101 0 111000 1100100 1000110

Color Harmonies of #FFF564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF564

Black with #FFF564

Text Example


Text Example

White with #FFF564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF564; }

 p { color: rgb(255,245,100); }

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

background-color css

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

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

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

border-color css

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

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

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