Html Css Color HEX #FCDF0C Lemon

📋 copy color: '#FCDF0C'

red 252 ◦ green 223 ◦ blue 12

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

Shades of Lemon #FCDF0C

Tints of Lemon #FCDF0C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.79%

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

R = 51.75%
G = 45.79%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCDF0C (or 0xFCDF0C) is known color: Lemon. HEX triplet: FC, DF and 0C. RGB value is (252,223,12). Sum of RGB (Red+Green+Blue) = 252+223+12=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 12 (5.08% from 255 or 2.46% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF0C is #0320F3. Grayscale: #D0D0D0. Windows color (decimal): -205044 or 843772. OLE color: 843772.

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

Color convert

RGB 252 223 12 -
CMYK 0 0.12 0.95 0.01
HSL 52.75º 0.98% 0.52% -
HSV(B) 52.75º 0.95% 0.99% -
XYZ 66.6 73.5 11.02 -
YUV 207.62 17.61 159.66 -
System Red Green Blue C M Y K H S L
Decimal 252 223 12 0 0.12 0.95 0.01 52.75 0.98 0.52
Hex FC DF C 0 C 5F 1 35 62 34
Octal 374 337 14 0 14 137 1 65 142 64
Binary 11111100 11011111 1100 0 1100 1011111 1 110101 1100010 110100

Color Harmonies of #FCDF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF0C

Black with #FCDF0C

Text Example


Text Example

White with #FCDF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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