Html Css Color HEX #FCF300 Yellow

📋 copy color: '#FCF300'

red 252 ◦ green 243 ◦ blue 0

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

Shades of Yellow #FCF300

Tints of Yellow #FCF300

RGB

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

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

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

R = 50.91%
G = 49.09%
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

#FCF300 (or 0xFCF300) is known color: Yellow. HEX triplet: FC, F3 and 00. RGB value is (252,243,0). Sum of RGB (Red+Green+Blue) = 252+243+0=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 0 (0.39% from 255 or 0% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF300 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF300 is #030CFF. Grayscale: #DADADA. Windows color (decimal): -199936 or 62460. OLE color: 62460.

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

Color convert

RGB 252 243 0 -
CMYK 0 0.04 1 0.01
HSL 57.86º 1% 0.49% -
HSV(B) 57.86º 1% 0.99% -
XYZ 72.2 84.8 12.56 -
YUV 217.99 4.98 152.26 -
System Red Green Blue C M Y K H S L
Decimal 252 243 0 0 0.04 1 0.01 57.86 1 0.49
Hex FC F3 0 0 4 64 1 3A 64 31
Octal 374 363 0 0 4 144 1 72 144 61
Binary 11111100 11110011 0 0 100 1100100 1 111010 1100100 110001

Color Harmonies of #FCF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF300

Black with #FCF300

Text Example


Text Example

White with #FCF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF300; }

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

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

background-color css

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

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

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

border-color css

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

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

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