Html Css Color HEX #FCF85D Laser Lemon

📋 copy color: '#FCF85D'

red 252 ◦ green 248 ◦ blue 93

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

Shades of Laser Lemon #FCF85D

Tints of Laser Lemon #FCF85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.82%

 BLUE value IS 93 (36.72% from 255) = 15.68%

R = 42.5%
G = 41.82%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCF85D (or 0xFCF85D) is known color: Laser Lemon. HEX triplet: FC, F8 and 5D. RGB value is (252,248,93). Sum of RGB (Red+Green+Blue) = 252+248+93=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 93 (36.72% from 255 or 15.68% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF85D is #0307A2. Grayscale: #E8E8E8. Windows color (decimal): -198563 or 6158588. OLE color: 6158588.

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

Color convert

RGB 252 248 93 -
CMYK 0 0.02 0.63 0.01
HSL 58.49º 0.96% 0.68% -
HSV(B) 58.49º 0.63% 0.99% -
XYZ 75.69 88.62 23.47 -
YUV 231.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 252 248 93 0 0.02 0.63 0.01 58.49 0.96 0.68
Hex FC F8 5D 0 2 3F 1 3A 60 44
Octal 374 370 135 0 2 77 1 72 140 104
Binary 11111100 11111000 1011101 0 10 111111 1 111010 1100000 1000100

Color Harmonies of #FCF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF85D

Black with #FCF85D

Text Example


Text Example

White with #FCF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF85D; }

 p { color: rgb(252,248,93); }

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

background-color css

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

 a { background-color: rgb(252,248,93); }

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

border-color css

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

 span { border-color: rgb(252,248,93); }

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