Html Css Color HEX #FCF86D Laser Lemon

📋 copy color: '#FCF86D'

red 252 ◦ green 248 ◦ blue 109

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

Shades of Laser Lemon #FCF86D

Tints of Laser Lemon #FCF86D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.72%

 BLUE value IS 109 (42.97% from 255) = 17.9%

R = 41.38%
G = 40.72%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCF86D (or 0xFCF86D) is known color: Laser Lemon. HEX triplet: FC, F8 and 6D. RGB value is (252,248,109). Sum of RGB (Red+Green+Blue) = 252+248+109=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 109 (42.97% from 255 or 17.90% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF86D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF86D is #030792. Grayscale: #E9E9E9. Windows color (decimal): -198547 or 7207164. OLE color: 7207164.

HSL color Cylindrical-coordinate representation of color #FCF86D: hue angle of 58.32º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCF86D is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 248 109 -
CMYK 0 0.02 0.57 0.01
HSL 58.32º 0.96% 0.71% -
HSV(B) 58.32º 0.57% 0.99% -
XYZ 76.47 88.93 27.6 -
YUV 233.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 252 248 109 0 0.02 0.57 0.01 58.32 0.96 0.71
Hex FC F8 6D 0 2 39 1 3A 60 47
Octal 374 370 155 0 2 71 1 72 140 107
Binary 11111100 11111000 1101101 0 10 111001 1 111010 1100000 1000111

Color Harmonies of #FCF86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF86D

Black with #FCF86D

Text Example


Text Example

White with #FCF86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF86D; }

 p { color: rgb(252,248,109); }

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

background-color css

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

 a { background-color: rgb(252,248,109); }

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

border-color css

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

 span { border-color: rgb(252,248,109); }

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