Html Css Color HEX #FCF564 Laser Lemon

📋 copy color: '#FCF564'

red 252 ◦ green 245 ◦ blue 100

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

Shades of Laser Lemon #FCF564

Tints of Laser Lemon #FCF564

RGB

 RED value IS 252 (98.83% from 255) = 42.21%

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

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

R = 42.21%
G = 41.04%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCF564 (or 0xFCF564) is known color: Laser Lemon. HEX triplet: FC, F5 and 64. RGB value is (252,245,100). Sum of RGB (Red+Green+Blue) = 252+245+100=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 100 (39.45% from 255 or 16.75% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF564 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF564 is #030A9B. Grayscale: #E7E7E7. Windows color (decimal): -199324 or 6616572. OLE color: 6616572.

HSL color Cylindrical-coordinate representation of color #FCF564: hue angle of 57.24º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCF564 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 100 -
CMYK 0 0.03 0.60 0.01
HSL 57.24º 0.96% 0.69% -
HSV(B) 57.24º 0.6% 0.99% -
XYZ 75.1 86.92 24.88 -
YUV 230.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 252 245 100 0 0.03 0.60 0.01 57.24 0.96 0.69
Hex FC F5 64 0 3 3C 1 39 60 45
Octal 374 365 144 0 3 74 1 71 140 105
Binary 11111100 11110101 1100100 0 11 111100 1 111001 1100000 1000101

Color Harmonies of #FCF564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF564

Black with #FCF564

Text Example


Text Example

White with #FCF564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF564; }

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

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

background-color css

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

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

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

border-color css

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

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

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