Html Css Color HEX #FCF500 Yellow

📋 copy color: '#FCF500'

red 252 ◦ green 245 ◦ blue 0

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

Shades of Yellow #FCF500

Tints of Yellow #FCF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.3%

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

R = 50.7%
G = 49.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCF500 (or 0xFCF500) is known color: Yellow. HEX triplet: FC, F5 and 00. RGB value is (252,245,0). Sum of RGB (Red+Green+Blue) = 252+245+0=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 0 (0.39% from 255 or 0% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF500 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF500 is #030AFF. Grayscale: #DCDCDC. Windows color (decimal): -199424 or 62972. OLE color: 62972.

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

Color convert

RGB 252 245 0 -
CMYK 0 0.03 1 0.01
HSL 58.33º 1% 0.49% -
HSV(B) 58.33º 1% 0.99% -
XYZ 72.8 86 12.76 -
YUV 219.16 4.32 151.42 -
System Red Green Blue C M Y K H S L
Decimal 252 245 0 0 0.03 1 0.01 58.33 1 0.49
Hex FC F5 0 0 3 64 1 3A 64 31
Octal 374 365 0 0 3 144 1 72 144 61
Binary 11111100 11110101 0 0 11 1100100 1 111010 1100100 110001

Color Harmonies of #FCF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF500

Black with #FCF500

Text Example


Text Example

White with #FCF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF500; }

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

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

background-color css

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

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

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

border-color css

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

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

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