Html Css Color HEX #FCFF10 Yellow

📋 copy color: '#FCFF10'

red 252 ◦ green 255 ◦ blue 16

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

Shades of Yellow #FCFF10

Tints of Yellow #FCFF10

RGB

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

 GREEN value IS 255 (100% from 255) = 48.76%

 BLUE value IS 16 (6.64% from 255) = 3.06%

R = 48.18%
G = 48.76%
B = 3.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FCFF10 (or 0xFCFF10) is known color: Yellow. HEX triplet: FC, FF and 10. RGB value is (252,255,16). Sum of RGB (Red+Green+Blue) = 252+255+16=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 16 (6.64% from 255 or 3.06% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF10 is #0300EF. Grayscale: #E3E3E3. Windows color (decimal): -196848 or 1114108. OLE color: 1114108.

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

Color convert

RGB 252 255 16 -
CMYK 0.01 0 0.94 0
HSL 60.75º 1% 0.53% -
HSV(B) 60.75º 0.94% 1% -
XYZ 76 92.25 14.29 -
YUV 226.86 9.01 145.93 -
System Red Green Blue C M Y K H S L
Decimal 252 255 16 0.01 0 0.94 0 60.75 1 0.53
Hex FC FF 10 1 0 5E 0 3D 64 35
Octal 374 377 20 1 0 136 0 75 144 65
Binary 11111100 11111111 10000 1 0 1011110 0 111101 1100100 110101

Color Harmonies of #FCFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF10

Black with #FCFF10

Text Example


Text Example

White with #FCFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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