Html Css Color HEX #FCF306 Yellow

📋 copy color: '#FCF306'

red 252 ◦ green 243 ◦ blue 6

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

Shades of Yellow #FCF306

Tints of Yellow #FCF306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.2%

R = 50.3%
G = 48.5%
B = 1.2%

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

#FCF306 (or 0xFCF306) is known color: Yellow. HEX triplet: FC, F3 and 06. RGB value is (252,243,6). Sum of RGB (Red+Green+Blue) = 252+243+6=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 6 (2.73% from 255 or 1.20% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF306 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF306 is #030CF9. Grayscale: #DBDBDB. Windows color (decimal): -199930 or 455676. OLE color: 455676.

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

Color convert

RGB 252 243 6 -
CMYK 0 0.04 0.98 0.01
HSL 57.8º 0.98% 0.51% -
HSV(B) 57.8º 0.98% 0.99% -
XYZ 72.23 84.81 12.74 -
YUV 218.67 7.98 151.77 -
System Red Green Blue C M Y K H S L
Decimal 252 243 6 0 0.04 0.98 0.01 57.8 0.98 0.51
Hex FC F3 6 0 4 62 1 3A 62 33
Octal 374 363 6 0 4 142 1 72 142 63
Binary 11111100 11110011 110 0 100 1100010 1 111010 1100010 110011

Color Harmonies of #FCF306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF306

Black with #FCF306

Text Example


Text Example

White with #FCF306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF306; }

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

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

background-color css

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

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

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

border-color css

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

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

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