Html Css Color HEX #FCF800 Yellow

📋 copy color: '#FCF800'

red 252 ◦ green 248 ◦ blue 0

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

Shades of Yellow #FCF800

Tints of Yellow #FCF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.6%

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

R = 50.4%
G = 49.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCF800 (or 0xFCF800) is known color: Yellow. HEX triplet: FC, F8 and 00. RGB value is (252,248,0). Sum of RGB (Red+Green+Blue) = 252+248+0=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 0 (0.39% from 255 or 0% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF800 is #0307FF. Grayscale: #DDDDDD. Windows color (decimal): -198656 or 63740. OLE color: 63740.

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

Color convert

RGB 252 248 0 -
CMYK 0 0.02 1 0.01
HSL 59.05º 1% 0.49% -
HSV(B) 59.05º 1% 0.99% -
XYZ 73.71 87.83 13.07 -
YUV 220.92 3.33 150.17 -
System Red Green Blue C M Y K H S L
Decimal 252 248 0 0 0.02 1 0.01 59.05 1 0.49
Hex FC F8 0 0 2 64 1 3B 64 31
Octal 374 370 0 0 2 144 1 73 144 61
Binary 11111100 11111000 0 0 10 1100100 1 111011 1100100 110001

Color Harmonies of #FCF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF800

Black with #FCF800

Text Example


Text Example

White with #FCF800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF800; }

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

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

background-color css

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

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

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

border-color css

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

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

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