Html Css Color HEX #FFFC0C Yellow

📋 copy color: '#FFFC0C'

red 255 ◦ green 252 ◦ blue 12

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

Shades of Yellow #FFFC0C

Tints of Yellow #FFFC0C

RGB

 RED value IS 255 (100% from 255) = 49.13%

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

 BLUE value IS 12 (5.08% from 255) = 2.31%

R = 49.13%
G = 48.55%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFFC0C (or 0xFFFC0C) is known color: Yellow. HEX triplet: FF, FC and 0C. RGB value is (255,252,12). Sum of RGB (Red+Green+Blue) = 255+252+12=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 12 (5.08% from 255 or 2.31% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC0C is #0003F3. Grayscale: #E2E2E2. Windows color (decimal): -1012 or 851199. OLE color: 851199.

HSL color Cylindrical-coordinate representation of color #FFFC0C: hue angle of 59.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFFC0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 252 12 -
CMYK 0 0.01 0.95 0
HSL 59.26º 1% 0.52% -
HSV(B) 59.26º 0.95% 1% -
XYZ 76.12 90.91 13.88 -
YUV 225.54 7.49 149.01 -
System Red Green Blue C M Y K H S L
Decimal 255 252 12 0 0.01 0.95 0 59.26 1 0.52
Hex FF FC C 0 1 5F 0 3B 64 34
Octal 377 374 14 0 1 137 0 73 144 64
Binary 11111111 11111100 1100 0 1 1011111 0 111011 1100100 110100

Color Harmonies of #FFFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC0C

Black with #FFFC0C

Text Example


Text Example

White with #FFFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC0C; }

 p { color: rgb(255,252,12); }

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

background-color css

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

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

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

border-color css

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

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

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