Html Css Color HEX #FCE71A Lemon

📋 copy color: '#FCE71A'

red 252 ◦ green 231 ◦ blue 26

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

Shades of Lemon #FCE71A

Tints of Lemon #FCE71A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.38%

 BLUE value IS 26 (10.55% from 255) = 5.11%

R = 49.51%
G = 45.38%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCE71A (or 0xFCE71A) is known color: Lemon. HEX triplet: FC, E7 and 1A. RGB value is (252,231,26). Sum of RGB (Red+Green+Blue) = 252+231+26=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 26 (10.55% from 255 or 5.11% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE71A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE71A is #0318E5. Grayscale: #D6D6D6. Windows color (decimal): -202982 or 1763324. OLE color: 1763324.

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

Color convert

RGB 252 231 26 -
CMYK 0 0.08 0.90 0.01
HSL 54.42º 0.97% 0.55% -
HSV(B) 54.42º 0.9% 0.99% -
XYZ 68.91 77.92 12.39 -
YUV 213.91 21.96 155.17 -
System Red Green Blue C M Y K H S L
Decimal 252 231 26 0 0.08 0.90 0.01 54.42 0.97 0.55
Hex FC E7 1A 0 8 5A 1 36 61 37
Octal 374 347 32 0 10 132 1 66 141 67
Binary 11111100 11100111 11010 0 1000 1011010 1 110110 1100001 110111

Color Harmonies of #FCE71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE71A

Black with #FCE71A

Text Example


Text Example

White with #FCE71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE71A; }

 p { color: rgb(252,231,26); }

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

background-color css

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

 a { background-color: rgb(252,231,26); }

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

border-color css

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

 span { border-color: rgb(252,231,26); }

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