Html Css Color HEX #FCF966 Laser Lemon

📋 copy color: '#FCF966'

red 252 ◦ green 249 ◦ blue 102

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

Shades of Laser Lemon #FCF966

Tints of Laser Lemon #FCF966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.29%

 BLUE value IS 102 (40.23% from 255) = 16.92%

R = 41.79%
G = 41.29%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCF966 (or 0xFCF966) is known color: Laser Lemon. HEX triplet: FC, F9 and 66. RGB value is (252,249,102). Sum of RGB (Red+Green+Blue) = 252+249+102=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 102 (40.23% from 255 or 16.92% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF966 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF966 is #030699. Grayscale: #E9E9E9. Windows color (decimal): -198298 or 6748668. OLE color: 6748668.

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

Color convert

RGB 252 249 102 -
CMYK 0 0.01 0.60 0.01
HSL 58.8º 0.96% 0.69% -
HSV(B) 58.8º 0.6% 0.99% -
XYZ 76.42 89.41 25.8 -
YUV 233.14 53.99 141.45 -
System Red Green Blue C M Y K H S L
Decimal 252 249 102 0 0.01 0.60 0.01 58.8 0.96 0.69
Hex FC F9 66 0 1 3C 1 3B 60 45
Octal 374 371 146 0 1 74 1 73 140 105
Binary 11111100 11111001 1100110 0 1 111100 1 111011 1100000 1000101

Color Harmonies of #FCF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF966

Black with #FCF966

Text Example


Text Example

White with #FCF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF966; }

 p { color: rgb(252,249,102); }

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

background-color css

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

 a { background-color: rgb(252,249,102); }

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

border-color css

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

 span { border-color: rgb(252,249,102); }

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