Html Css Color HEX #FCF503 Yellow

📋 copy color: '#FCF503'

red 252 ◦ green 245 ◦ blue 3

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

Shades of Yellow #FCF503

Tints of Yellow #FCF503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.6%

R = 50.4%
G = 49%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCF503 (or 0xFCF503) is known color: Yellow. HEX triplet: FC, F5 and 03. RGB value is (252,245,3). Sum of RGB (Red+Green+Blue) = 252+245+3=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 3 (1.56% from 255 or 0.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF503 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF503 is #030AFC. Grayscale: #DCDCDC. Windows color (decimal): -199421 or 259580. OLE color: 259580.

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

Color convert

RGB 252 245 3 -
CMYK 0 0.03 0.99 0.01
HSL 58.31º 0.98% 0.5% -
HSV(B) 58.31º 0.99% 0.99% -
XYZ 72.81 86.01 12.85 -
YUV 219.51 5.82 151.18 -
System Red Green Blue C M Y K H S L
Decimal 252 245 3 0 0.03 0.99 0.01 58.31 0.98 0.5
Hex FC F5 3 0 3 63 1 3A 62 32
Octal 374 365 3 0 3 143 1 72 142 62
Binary 11111100 11110101 11 0 11 1100011 1 111010 1100010 110010

Color Harmonies of #FCF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF503

Black with #FCF503

Text Example


Text Example

White with #FCF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF503; }

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

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

background-color css

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

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

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

border-color css

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

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

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