Html Css Color HEX #FCF100 Yellow

📋 copy color: '#FCF100'

red 252 ◦ green 241 ◦ blue 0

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

Shades of Yellow #FCF100

Tints of Yellow #FCF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.12%
G = 48.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCF100 (or 0xFCF100) is known color: Yellow. HEX triplet: FC, F1 and 00. RGB value is (252,241,0). Sum of RGB (Red+Green+Blue) = 252+241+0=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 0 (0.39% from 255 or 0% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF100 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF100 is #030EFF. Grayscale: #D9D9D9. Windows color (decimal): -200448 or 61948. OLE color: 61948.

HSL color Cylindrical-coordinate representation of color #FCF100: hue angle of 57.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCF100 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 0 -
CMYK 0 0.04 1 0.01
HSL 57.38º 1% 0.49% -
HSV(B) 57.38º 1% 0.99% -
XYZ 71.6 83.61 12.36 -
YUV 216.82 5.64 153.1 -
System Red Green Blue C M Y K H S L
Decimal 252 241 0 0 0.04 1 0.01 57.38 1 0.49
Hex FC F1 0 0 4 64 1 39 64 31
Octal 374 361 0 0 4 144 1 71 144 61
Binary 11111100 11110001 0 0 100 1100100 1 111001 1100100 110001

Color Harmonies of #FCF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF100

Black with #FCF100

Text Example


Text Example

White with #FCF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF100; }

 p { color: rgb(252,241,0); }

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

background-color css

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

 a { background-color: rgb(252,241,0); }

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

border-color css

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

 span { border-color: rgb(252,241,0); }

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