Html Css Color HEX #FCFF72 Laser Lemon

📋 copy color: '#FCFF72'

red 252 ◦ green 255 ◦ blue 114

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

Shades of Laser Lemon #FCFF72

Tints of Laser Lemon #FCFF72

RGB

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

 GREEN value IS 255 (100% from 255) = 41.06%

 BLUE value IS 114 (44.92% from 255) = 18.36%

R = 40.58%
G = 41.06%
B = 18.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FCFF72 (or 0xFCFF72) is known color: Laser Lemon. HEX triplet: FC, FF and 72. RGB value is (252,255,114). Sum of RGB (Red+Green+Blue) = 252+255+114=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 114 (44.92% from 255 or 18.36% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF72 is #03008D. Grayscale: #EEEEEE. Windows color (decimal): -196750 or 7536636. OLE color: 7536636.

HSL color Cylindrical-coordinate representation of color #FCFF72: hue angle of 61.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCFF72 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 252 255 114 -
CMYK 0.01 0 0.55 0
HSL 61.28º 1% 0.72% -
HSV(B) 61.28º 0.55% 1% -
XYZ 78.94 93.43 29.79 -
YUV 238.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 252 255 114 0.01 0 0.55 0 61.28 1 0.72
Hex FC FF 72 1 0 37 0 3D 64 48
Octal 374 377 162 1 0 67 0 75 144 110
Binary 11111100 11111111 1110010 1 0 110111 0 111101 1100100 1001000

Color Harmonies of #FCFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF72

Black with #FCFF72

Text Example


Text Example

White with #FCFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF72; }

 p { color: rgb(252,255,114); }

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

background-color css

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

 a { background-color: rgb(252,255,114); }

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

border-color css

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

 span { border-color: rgb(252,255,114); }

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