Html Css Color HEX #FCFF0A Yellow

📋 copy color: '#FCFF0A'

red 252 ◦ green 255 ◦ blue 10

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

Shades of Yellow #FCFF0A

Tints of Yellow #FCFF0A

RGB

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

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

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

R = 48.74%
G = 49.32%
B = 1.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FCFF0A (or 0xFCFF0A) is known color: Yellow. HEX triplet: FC, FF and 0A. RGB value is (252,255,10). Sum of RGB (Red+Green+Blue) = 252+255+10=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 10 (4.30% from 255 or 1.93% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF0A is #0300F5. Grayscale: #E3E3E3. Windows color (decimal): -196854 or 720892. OLE color: 720892.

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

Color convert

RGB 252 255 10 -
CMYK 0.01 0 0.96 0
HSL 60.73º 1% 0.52% -
HSV(B) 60.73º 0.96% 1% -
XYZ 75.96 92.24 14.09 -
YUV 226.17 6.01 146.42 -
System Red Green Blue C M Y K H S L
Decimal 252 255 10 0.01 0 0.96 0 60.73 1 0.52
Hex FC FF A 1 0 60 0 3D 64 34
Octal 374 377 12 1 0 140 0 75 144 64
Binary 11111100 11111111 1010 1 0 1100000 0 111101 1100100 110100

Color Harmonies of #FCFF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF0A

Black with #FCFF0A

Text Example


Text Example

White with #FCFF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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