Html Css Color HEX #FCF70D Lemon

📋 copy color: '#FCF70D'

red 252 ◦ green 247 ◦ blue 13

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

Shades of Lemon #FCF70D

Tints of Lemon #FCF70D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.24%

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

R = 49.22%
G = 48.24%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCF70D (or 0xFCF70D) is known color: Lemon. HEX triplet: FC, F7 and 0D. RGB value is (252,247,13). Sum of RGB (Red+Green+Blue) = 252+247+13=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 13 (5.47% from 255 or 2.54% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF70D is #0308F2. Grayscale: #DEDEDE. Windows color (decimal): -198899 or 915452. OLE color: 915452.

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

Color convert

RGB 252 247 13 -
CMYK 0 0.02 0.95 0.01
HSL 58.74º 0.98% 0.52% -
HSV(B) 58.74º 0.95% 0.99% -
XYZ 73.48 87.25 13.35 -
YUV 221.82 10.16 149.53 -
System Red Green Blue C M Y K H S L
Decimal 252 247 13 0 0.02 0.95 0.01 58.74 0.98 0.52
Hex FC F7 D 0 2 5F 1 3B 62 34
Octal 374 367 15 0 2 137 1 73 142 64
Binary 11111100 11110111 1101 0 10 1011111 1 111011 1100010 110100

Color Harmonies of #FCF70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF70D

Black with #FCF70D

Text Example


Text Example

White with #FCF70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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