Html Css Color HEX #FCF85B Laser Lemon

📋 copy color: '#FCF85B'

red 252 ◦ green 248 ◦ blue 91

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

Shades of Laser Lemon #FCF85B

Tints of Laser Lemon #FCF85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.4%

R = 42.64%
G = 41.96%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCF85B (or 0xFCF85B) is known color: Laser Lemon. HEX triplet: FC, F8 and 5B. RGB value is (252,248,91). Sum of RGB (Red+Green+Blue) = 252+248+91=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 91 (35.94% from 255 or 15.40% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF85B is #0307A4. Grayscale: #E7E7E7. Windows color (decimal): -198565 or 6027516. OLE color: 6027516.

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

Color convert

RGB 252 248 91 -
CMYK 0 0.02 0.64 0.01
HSL 58.51º 0.96% 0.67% -
HSV(B) 58.51º 0.64% 0.99% -
XYZ 75.6 88.59 23.01 -
YUV 231.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 252 248 91 0 0.02 0.64 0.01 58.51 0.96 0.67
Hex FC F8 5B 0 2 40 1 3B 60 43
Octal 374 370 133 0 2 100 1 73 140 103
Binary 11111100 11111000 1011011 0 10 1000000 1 111011 1100000 1000011

Color Harmonies of #FCF85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF85B

Black with #FCF85B

Text Example


Text Example

White with #FCF85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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