Html Css Color HEX #FCFC06 Yellow

📋 copy color: '#FCFC06'

red 252 ◦ green 252 ◦ blue 6

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

Shades of Yellow #FCFC06

Tints of Yellow #FCFC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.18%

R = 49.41%
G = 49.41%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCFC06 (or 0xFCFC06) is known color: Yellow. HEX triplet: FC, FC and 06. RGB value is (252,252,6). Sum of RGB (Red+Green+Blue) = 252+252+6=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 6 (2.73% from 255 or 1.18% from 510); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC06 is #0303F9. Grayscale: #E0E0E0. Windows color (decimal): -197626 or 457980. OLE color: 457980.

HSL color Cylindrical-coordinate representation of color #FCFC06: 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.98%. Process color model (Four color, CMYK) of #FCFC06 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 6 -
CMYK 0 0 0.98 0.01
HSL 60º 0.98% 0.51% -
HSV(B) 60º 0.98% 0.99% -
XYZ 74.99 90.33 13.66 -
YUV 223.96 5 148 -
System Red Green Blue C M Y K H S L
Decimal 252 252 6 0 0 0.98 0.01 60 0.98 0.51
Hex FC FC 6 0 0 62 1 3C 62 33
Octal 374 374 6 0 0 142 1 74 142 63
Binary 11111100 11111100 110 0 0 1100010 1 111100 1100010 110011

Color Harmonies of #FCFC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC06

Black with #FCFC06

Text Example


Text Example

White with #FCFC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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