Html Css Color HEX #FCF900 Yellow

📋 copy color: '#FCF900'

red 252 ◦ green 249 ◦ blue 0

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

Shades of Yellow #FCF900

Tints of Yellow #FCF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.7%

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

R = 50.3%
G = 49.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCF900 (or 0xFCF900) is known color: Yellow. HEX triplet: FC, F9 and 00. RGB value is (252,249,0). Sum of RGB (Red+Green+Blue) = 252+249+0=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 0 (0.39% from 255 or 0% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF900 is #0306FF. Grayscale: #DEDEDE. Windows color (decimal): -198400 or 63996. OLE color: 63996.

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

Color convert

RGB 252 249 0 -
CMYK 0 0.01 1 0.01
HSL 59.29º 1% 0.49% -
HSV(B) 59.29º 1% 0.99% -
XYZ 74.02 88.45 13.17 -
YUV 221.51 2.99 149.75 -
System Red Green Blue C M Y K H S L
Decimal 252 249 0 0 0.01 1 0.01 59.29 1 0.49
Hex FC F9 0 0 1 64 1 3B 64 31
Octal 374 371 0 0 1 144 1 73 144 61
Binary 11111100 11111001 0 0 1 1100100 1 111011 1100100 110001

Color Harmonies of #FCF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF900

Black with #FCF900

Text Example


Text Example

White with #FCF900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF900; }

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

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

background-color css

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

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

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

border-color css

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

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

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