Html Css Color HEX #FCFC0A Yellow

📋 copy color: '#FCFC0A'

red 252 ◦ green 252 ◦ blue 10

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

Shades of Yellow #FCFC0A

Tints of Yellow #FCFC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.03%

 BLUE value IS 10 (4.3% from 255) = 1.95%

R = 49.03%
G = 49.03%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCFC0A (or 0xFCFC0A) is known color: Yellow. HEX triplet: FC, FC and 0A. RGB value is (252,252,10). Sum of RGB (Red+Green+Blue) = 252+252+10=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 10 (4.30% from 255 or 1.95% from 514); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC0A is #0303F5. Grayscale: #E1E1E1. Windows color (decimal): -197622 or 720124. OLE color: 720124.

HSL color Cylindrical-coordinate representation of color #FCFC0A: hue angle of 60º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCFC0A is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 10 -
CMYK 0 0 0.96 0.01
HSL 60º 0.98% 0.51% -
HSV(B) 60º 0.96% 0.99% -
XYZ 75.01 90.34 13.77 -
YUV 224.41 7 147.68 -
System Red Green Blue C M Y K H S L
Decimal 252 252 10 0 0 0.96 0.01 60 0.98 0.51
Hex FC FC A 0 0 60 1 3C 62 33
Octal 374 374 12 0 0 140 1 74 142 63
Binary 11111100 11111100 1010 0 0 1100000 1 111100 1100010 110011

Color Harmonies of #FCFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC0A

Black with #FCFC0A

Text Example


Text Example

White with #FCFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC0A; }

 p { color: rgb(252,252,10); }

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

background-color css

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

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

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

border-color css

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

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

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