Html Css Color HEX #FCF304 Yellow

📋 copy color: '#FCF304'

red 252 ◦ green 243 ◦ blue 4

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

Shades of Yellow #FCF304

Tints of Yellow #FCF304

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.7%

 BLUE value IS 4 (1.95% from 255) = 0.8%

R = 50.5%
G = 48.7%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCF304 (or 0xFCF304) is known color: Yellow. HEX triplet: FC, F3 and 04. RGB value is (252,243,4). Sum of RGB (Red+Green+Blue) = 252+243+4=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 4 (1.95% from 255 or 0.80% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF304 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF304 is #030CFB. Grayscale: #DBDBDB. Windows color (decimal): -199932 or 324604. OLE color: 324604.

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

Color convert

RGB 252 243 4 -
CMYK 0 0.04 0.98 0.01
HSL 57.82º 0.98% 0.5% -
HSV(B) 57.82º 0.98% 0.99% -
XYZ 72.22 84.81 12.68 -
YUV 218.45 6.98 151.93 -
System Red Green Blue C M Y K H S L
Decimal 252 243 4 0 0.04 0.98 0.01 57.82 0.98 0.5
Hex FC F3 4 0 4 62 1 3A 62 32
Octal 374 363 4 0 4 142 1 72 142 62
Binary 11111100 11110011 100 0 100 1100010 1 111010 1100010 110010

Color Harmonies of #FCF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF304

Black with #FCF304

Text Example


Text Example

White with #FCF304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF304; }

 p { color: rgb(252,243,4); }

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

background-color css

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

 a { background-color: rgb(252,243,4); }

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

border-color css

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

 span { border-color: rgb(252,243,4); }

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