Html Css Color HEX #FCFA68 Laser Lemon

📋 copy color: '#FCFA68'

red 252 ◦ green 250 ◦ blue 104

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

Shades of Laser Lemon #FCFA68

Tints of Laser Lemon #FCFA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.25%

 BLUE value IS 104 (41.02% from 255) = 17.16%

R = 41.58%
G = 41.25%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCFA68 (or 0xFCFA68) is known color: Laser Lemon. HEX triplet: FC, FA and 68. RGB value is (252,250,104). Sum of RGB (Red+Green+Blue) = 252+250+104=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 104 (41.02% from 255 or 17.16% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA68 is #030597. Grayscale: #EAEAEA. Windows color (decimal): -198040 or 6879996. OLE color: 6879996.

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

Color convert

RGB 252 250 104 -
CMYK 0 0.01 0.59 0.01
HSL 59.19º 0.96% 0.7% -
HSV(B) 59.19º 0.59% 0.99% -
XYZ 76.83 90.07 26.43 -
YUV 233.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 252 250 104 0 0.01 0.59 0.01 59.19 0.96 0.7
Hex FC FA 68 0 1 3B 1 3B 60 46
Octal 374 372 150 0 1 73 1 73 140 106
Binary 11111100 11111010 1101000 0 1 111011 1 111011 1100000 1000110

Color Harmonies of #FCFA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA68

Black with #FCFA68

Text Example


Text Example

White with #FCFA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA68; }

 p { color: rgb(252,250,104); }

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

background-color css

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

 a { background-color: rgb(252,250,104); }

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

border-color css

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

 span { border-color: rgb(252,250,104); }

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