Html Css Color HEX #FCF61E Lemon

📋 copy color: '#FCF61E'

red 252 ◦ green 246 ◦ blue 30

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

Shades of Lemon #FCF61E

Tints of Lemon #FCF61E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.59%

 BLUE value IS 30 (12.11% from 255) = 5.68%

R = 47.73%
G = 46.59%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCF61E (or 0xFCF61E) is known color: Lemon. HEX triplet: FC, F6 and 1E. RGB value is (252,246,30). Sum of RGB (Red+Green+Blue) = 252+246+30=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 30 (12.11% from 255 or 5.68% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF61E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF61E is #0309E1. Grayscale: #E0E0E0. Windows color (decimal): -199138 or 2029308. OLE color: 2029308.

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

Color convert

RGB 252 246 30 -
CMYK 0 0.02 0.88 0.01
HSL 58.38º 0.97% 0.55% -
HSV(B) 58.38º 0.88% 0.99% -
XYZ 73.33 86.7 14.1 -
YUV 223.17 18.99 148.56 -
System Red Green Blue C M Y K H S L
Decimal 252 246 30 0 0.02 0.88 0.01 58.38 0.97 0.55
Hex FC F6 1E 0 2 58 1 3A 61 37
Octal 374 366 36 0 2 130 1 72 141 67
Binary 11111100 11110110 11110 0 10 1011000 1 111010 1100001 110111

Color Harmonies of #FCF61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF61E

Black with #FCF61E

Text Example


Text Example

White with #FCF61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF61E; }

 p { color: rgb(252,246,30); }

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

background-color css

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

 a { background-color: rgb(252,246,30); }

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

border-color css

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

 span { border-color: rgb(252,246,30); }

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