Html Css Color HEX #FCF400 Yellow

📋 copy color: '#FCF400'

red 252 ◦ green 244 ◦ blue 0

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

Shades of Yellow #FCF400

Tints of Yellow #FCF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.19%

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

R = 50.81%
G = 49.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCF400 (or 0xFCF400) is known color: Yellow. HEX triplet: FC, F4 and 00. RGB value is (252,244,0). Sum of RGB (Red+Green+Blue) = 252+244+0=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 0 (0.39% from 255 or 0% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF400 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF400 is #030BFF. Grayscale: #DBDBDB. Windows color (decimal): -199680 or 62716. OLE color: 62716.

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

Color convert

RGB 252 244 0 -
CMYK 0 0.03 1 0.01
HSL 58.1º 1% 0.49% -
HSV(B) 58.1º 1% 0.99% -
XYZ 72.5 85.4 12.66 -
YUV 218.58 4.65 151.84 -
System Red Green Blue C M Y K H S L
Decimal 252 244 0 0 0.03 1 0.01 58.1 1 0.49
Hex FC F4 0 0 3 64 1 3A 64 31
Octal 374 364 0 0 3 144 1 72 144 61
Binary 11111100 11110100 0 0 11 1100100 1 111010 1100100 110001

Color Harmonies of #FCF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF400

Black with #FCF400

Text Example


Text Example

White with #FCF400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF400; }

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

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

background-color css

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

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

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

border-color css

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

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

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