Html Css Color HEX #FCEF1E Lemon

📋 copy color: '#FCEF1E'

red 252 ◦ green 239 ◦ blue 30

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

Shades of Lemon #FCEF1E

Tints of Lemon #FCEF1E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.87%

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

R = 48.37%
G = 45.87%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCEF1E (or 0xFCEF1E) is known color: Lemon. HEX triplet: FC, EF and 1E. RGB value is (252,239,30). Sum of RGB (Red+Green+Blue) = 252+239+30=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 30 (12.11% from 255 or 5.76% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF1E is #0310E1. Grayscale: #DBDBDB. Windows color (decimal): -200930 or 2027516. OLE color: 2027516.

HSL color Cylindrical-coordinate representation of color #FCEF1E: hue angle of 56.49º 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 #FCEF1E is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 239 30 -
CMYK 0 0.05 0.88 0.01
HSL 56.49º 0.97% 0.55% -
HSV(B) 56.49º 0.88% 0.99% -
XYZ 71.25 82.52 13.4 -
YUV 219.06 21.31 151.49 -
System Red Green Blue C M Y K H S L
Decimal 252 239 30 0 0.05 0.88 0.01 56.49 0.97 0.55
Hex FC EF 1E 0 5 58 1 38 61 37
Octal 374 357 36 0 5 130 1 70 141 67
Binary 11111100 11101111 11110 0 101 1011000 1 111000 1100001 110111

Color Harmonies of #FCEF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF1E

Black with #FCEF1E

Text Example


Text Example

White with #FCEF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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