Html Css Color HEX #FCF565 Laser Lemon

📋 copy color: '#FCF565'

red 252 ◦ green 245 ◦ blue 101

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

Shades of Laser Lemon #FCF565

Tints of Laser Lemon #FCF565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 16.89%

R = 42.14%
G = 40.97%
B = 16.89%

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

#FCF565 (or 0xFCF565) is known color: Laser Lemon. HEX triplet: FC, F5 and 65. RGB value is (252,245,101). Sum of RGB (Red+Green+Blue) = 252+245+101=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 101 (39.84% from 255 or 16.89% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF565 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF565 is #030A9A. Grayscale: #E7E7E7. Windows color (decimal): -199323 or 6682108. OLE color: 6682108.

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

Color convert

RGB 252 245 101 -
CMYK 0 0.03 0.60 0.01
HSL 57.22º 0.96% 0.69% -
HSV(B) 57.22º 0.6% 0.99% -
XYZ 75.15 86.94 25.13 -
YUV 230.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 252 245 101 0 0.03 0.60 0.01 57.22 0.96 0.69
Hex FC F5 65 0 3 3C 1 39 60 45
Octal 374 365 145 0 3 74 1 71 140 105
Binary 11111100 11110101 1100101 0 11 111100 1 111001 1100000 1000101

Color Harmonies of #FCF565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF565

Black with #FCF565

Text Example


Text Example

White with #FCF565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF565; }

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

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

background-color css

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

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

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

border-color css

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

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

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