Html Css Color HEX #FCF700 Yellow

📋 copy color: '#FCF700'

red 252 ◦ green 247 ◦ blue 0

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

Shades of Yellow #FCF700

Tints of Yellow #FCF700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.5%

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

R = 50.5%
G = 49.5%
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

#FCF700 (or 0xFCF700) is known color: Yellow. HEX triplet: FC, F7 and 00. RGB value is (252,247,0). Sum of RGB (Red+Green+Blue) = 252+247+0=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 0 (0.39% from 255 or 0% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF700 is #0308FF. Grayscale: #DDDDDD. Windows color (decimal): -198912 or 63484. OLE color: 63484.

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

Color convert

RGB 252 247 0 -
CMYK 0 0.02 1 0.01
HSL 58.81º 1% 0.49% -
HSV(B) 58.81º 1% 0.99% -
XYZ 73.41 87.22 12.97 -
YUV 220.34 3.66 150.58 -
System Red Green Blue C M Y K H S L
Decimal 252 247 0 0 0.02 1 0.01 58.81 1 0.49
Hex FC F7 0 0 2 64 1 3B 64 31
Octal 374 367 0 0 2 144 1 73 144 61
Binary 11111100 11110111 0 0 10 1100100 1 111011 1100100 110001

Color Harmonies of #FCF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF700

Black with #FCF700

Text Example


Text Example

White with #FCF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF700; }

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

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

background-color css

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

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

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

border-color css

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

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

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