Html Css Color HEX #FCEB0E Lemon

📋 copy color: '#FCEB0E'

red 252 ◦ green 235 ◦ blue 14

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

Shades of Lemon #FCEB0E

Tints of Lemon #FCEB0E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.91%

 BLUE value IS 14 (5.86% from 255) = 2.79%

R = 50.3%
G = 46.91%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCEB0E (or 0xFCEB0E) is known color: Lemon. HEX triplet: FC, EB and 0E. RGB value is (252,235,14). Sum of RGB (Red+Green+Blue) = 252+235+14=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 14 (5.86% from 255 or 2.79% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEB0E is #0314F1. Grayscale: #D7D7D7. Windows color (decimal): -201970 or 977916. OLE color: 977916.

HSL color Cylindrical-coordinate representation of color #FCEB0E: hue angle of 55.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCEB0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 235 14 -
CMYK 0 0.07 0.94 0.01
HSL 55.71º 0.98% 0.52% -
HSV(B) 55.71º 0.94% 0.99% -
XYZ 69.93 80.14 12.2 -
YUV 214.89 14.63 154.47 -
System Red Green Blue C M Y K H S L
Decimal 252 235 14 0 0.07 0.94 0.01 55.71 0.98 0.52
Hex FC EB E 0 7 5E 1 38 62 34
Octal 374 353 16 0 7 136 1 70 142 64
Binary 11111100 11101011 1110 0 111 1011110 1 111000 1100010 110100

Color Harmonies of #FCEB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB0E

Black with #FCEB0E

Text Example


Text Example

White with #FCEB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB0E; }

 p { color: rgb(252,235,14); }

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

background-color css

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

 a { background-color: rgb(252,235,14); }

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

border-color css

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

 span { border-color: rgb(252,235,14); }

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