Html Css Color HEX #FCEB0C Lemon

📋 copy color: '#FCEB0C'

red 252 ◦ green 235 ◦ blue 12

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

Shades of Lemon #FCEB0C

Tints of Lemon #FCEB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.4%

R = 50.5%
G = 47.09%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCEB0C (or 0xFCEB0C) is known color: Lemon. HEX triplet: FC, EB and 0C. RGB value is (252,235,12). Sum of RGB (Red+Green+Blue) = 252+235+12=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 12 (5.08% from 255 or 2.40% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEB0C is #0314F3. Grayscale: #D7D7D7. Windows color (decimal): -201972 or 846844. OLE color: 846844.

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

Color convert

RGB 252 235 12 -
CMYK 0 0.07 0.95 0.01
HSL 55.75º 0.98% 0.52% -
HSV(B) 55.75º 0.95% 0.99% -
XYZ 69.92 80.14 12.13 -
YUV 214.66 13.63 154.63 -
System Red Green Blue C M Y K H S L
Decimal 252 235 12 0 0.07 0.95 0.01 55.75 0.98 0.52
Hex FC EB C 0 7 5F 1 38 62 34
Octal 374 353 14 0 7 137 1 70 142 64
Binary 11111100 11101011 1100 0 111 1011111 1 111000 1100010 110100

Color Harmonies of #FCEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB0C

Black with #FCEB0C

Text Example


Text Example

White with #FCEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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