Html Css Color HEX #FCEB0D Lemon

📋 copy color: '#FCEB0D'

red 252 ◦ green 235 ◦ blue 13

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

Shades of Lemon #FCEB0D

Tints of Lemon #FCEB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.6%

R = 50.4%
G = 47%
B = 2.6%

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

#FCEB0D (or 0xFCEB0D) is known color: Lemon. HEX triplet: FC, EB and 0D. RGB value is (252,235,13). Sum of RGB (Red+Green+Blue) = 252+235+13=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 13 (5.47% from 255 or 2.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEB0D is #0314F2. Grayscale: #D7D7D7. Windows color (decimal): -201971 or 912380. OLE color: 912380.

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

Color convert

RGB 252 235 13 -
CMYK 0 0.07 0.95 0.01
HSL 55.73º 0.98% 0.52% -
HSV(B) 55.73º 0.95% 0.99% -
XYZ 69.93 80.14 12.16 -
YUV 214.78 14.13 154.55 -
System Red Green Blue C M Y K H S L
Decimal 252 235 13 0 0.07 0.95 0.01 55.73 0.98 0.52
Hex FC EB D 0 7 5F 1 38 62 34
Octal 374 353 15 0 7 137 1 70 142 64
Binary 11111100 11101011 1101 0 111 1011111 1 111000 1100010 110100

Color Harmonies of #FCEB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB0D

Black with #FCEB0D

Text Example


Text Example

White with #FCEB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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