Html Css Color HEX #FCF963 Laser Lemon

📋 copy color: '#FCF963'

red 252 ◦ green 249 ◦ blue 99

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

Shades of Laser Lemon #FCF963

Tints of Laser Lemon #FCF963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 16.5%

R = 42%
G = 41.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCF963 (or 0xFCF963) is known color: Laser Lemon. HEX triplet: FC, F9 and 63. RGB value is (252,249,99). Sum of RGB (Red+Green+Blue) = 252+249+99=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 99 (39.06% from 255 or 16.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF963 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF963 is #03069C. Grayscale: #E9E9E9. Windows color (decimal): -198301 or 6552060. OLE color: 6552060.

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

Color convert

RGB 252 249 99 -
CMYK 0 0.01 0.61 0.01
HSL 58.82º 0.96% 0.69% -
HSV(B) 58.82º 0.61% 0.99% -
XYZ 76.27 89.35 25.03 -
YUV 232.8 52.49 141.7 -
System Red Green Blue C M Y K H S L
Decimal 252 249 99 0 0.01 0.61 0.01 58.82 0.96 0.69
Hex FC F9 63 0 1 3D 1 3B 60 45
Octal 374 371 143 0 1 75 1 73 140 105
Binary 11111100 11111001 1100011 0 1 111101 1 111011 1100000 1000101

Color Harmonies of #FCF963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF963

Black with #FCF963

Text Example


Text Example

White with #FCF963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF963; }

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

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

background-color css

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

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

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

border-color css

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

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

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