Html Css Color HEX #FCFF82 Tidal

📋 copy color: '#FCFF82'

red 252 ◦ green 255 ◦ blue 130

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

Shades of Tidal #FCFF82

Tints of Tidal #FCFF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 20.41%

R = 39.56%
G = 40.03%
B = 20.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FCFF82 (or 0xFCFF82) is known color: Tidal. HEX triplet: FC, FF and 82. RGB value is (252,255,130). Sum of RGB (Red+Green+Blue) = 252+255+130=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 130 (51.17% from 255 or 20.41% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF82 is #03007D. Grayscale: #F0F0F0. Windows color (decimal): -196734 or 8585212. OLE color: 8585212.

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

Color convert

RGB 252 255 130 -
CMYK 0.01 0 0.49 0
HSL 61.44º 1% 0.75% -
HSV(B) 61.44º 0.49% 1% -
XYZ 79.93 93.83 35.02 -
YUV 239.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 252 255 130 0.01 0 0.49 0 61.44 1 0.75
Hex FC FF 82 1 0 31 0 3D 64 4B
Octal 374 377 202 1 0 61 0 75 144 113
Binary 11111100 11111111 10000010 1 0 110001 0 111101 1100100 1001011

Color Harmonies of #FCFF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF82

Black with #FCFF82

Text Example


Text Example

White with #FCFF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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