Html Css Color HEX #FFFC12 Yellow

📋 copy color: '#FFFC12'

red 255 ◦ green 252 ◦ blue 18

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

Shades of Yellow #FFFC12

Tints of Yellow #FFFC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.43%

R = 48.57%
G = 48%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFFC12 (or 0xFFFC12) is known color: Yellow. HEX triplet: FF, FC and 12. RGB value is (255,252,18). Sum of RGB (Red+Green+Blue) = 255+252+18=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 18 (7.42% from 255 or 3.43% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC12 is #0003ED. Grayscale: #E3E3E3. Windows color (decimal): -1006 or 1244415. OLE color: 1244415.

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

Color convert

RGB 255 252 18 -
CMYK 0 0.01 0.93 0
HSL 59.24º 1% 0.54% -
HSV(B) 59.24º 0.93% 1% -
XYZ 76.16 90.92 14.11 -
YUV 226.22 10.49 148.53 -
System Red Green Blue C M Y K H S L
Decimal 255 252 18 0 0.01 0.93 0 59.24 1 0.54
Hex FF FC 12 0 1 5D 0 3B 64 36
Octal 377 374 22 0 1 135 0 73 144 66
Binary 11111111 11111100 10010 0 1 1011101 0 111011 1100100 110110

Color Harmonies of #FFFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC12

Black with #FFFC12

Text Example


Text Example

White with #FFFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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