Html Css Color HEX #FCF965 Laser Lemon

📋 copy color: '#FCF965'

red 252 ◦ green 249 ◦ blue 101

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

Shades of Laser Lemon #FCF965

Tints of Laser Lemon #FCF965

RGB

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

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

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

R = 41.86%
G = 41.36%
B = 16.78%

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

#FCF965 (or 0xFCF965) is known color: Laser Lemon. HEX triplet: FC, F9 and 65. RGB value is (252,249,101). Sum of RGB (Red+Green+Blue) = 252+249+101=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 101 (39.84% from 255 or 16.78% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF965 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF965 is #03069A. Grayscale: #E9E9E9. Windows color (decimal): -198299 or 6683132. OLE color: 6683132.

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

Color convert

RGB 252 249 101 -
CMYK 0 0.01 0.60 0.01
HSL 58.81º 0.96% 0.69% -
HSV(B) 58.81º 0.6% 0.99% -
XYZ 76.37 89.39 25.54 -
YUV 233.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 252 249 101 0 0.01 0.60 0.01 58.81 0.96 0.69
Hex FC F9 65 0 1 3C 1 3B 60 45
Octal 374 371 145 0 1 74 1 73 140 105
Binary 11111100 11111001 1100101 0 1 111100 1 111011 1100000 1000101

Color Harmonies of #FCF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF965

Black with #FCF965

Text Example


Text Example

White with #FCF965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF965; }

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

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

background-color css

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

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

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

border-color css

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

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

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