Html Css Color HEX #FC966F Atomic Tangerine

📋 copy color: '#FC966F'

red 252 ◦ green 150 ◦ blue 111

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

Shades of Atomic Tangerine #FC966F

Tints of Atomic Tangerine #FC966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

 BLUE value IS 111 (43.75% from 255) = 21.64%

R = 49.12%
G = 29.24%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC966F (or 0xFC966F) is known color: Atomic Tangerine. HEX triplet: FC, 96 and 6F. RGB value is (252,150,111). Sum of RGB (Red+Green+Blue) = 252+150+111=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC966F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC966F is #036990. Grayscale: #B0B0B0. Windows color (decimal): -223633 or 7313148. OLE color: 7313148.

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

Color convert

RGB 252 150 111 -
CMYK 0 0.40 0.56 0.01
HSL 16.6º 0.96% 0.71% -
HSV(B) 16.6º 0.56% 0.99% -
XYZ 53.92 43.66 20.62 -
YUV 176.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 252 150 111 0 0.40 0.56 0.01 16.6 0.96 0.71
Hex FC 96 6F 0 28 38 1 11 60 47
Octal 374 226 157 0 50 70 1 21 140 107
Binary 11111100 10010110 1101111 0 101000 111000 1 10001 1100000 1000111

Color Harmonies of #FC966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC966F

Black with #FC966F

Text Example


Text Example

White with #FC966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC966F; }

 p { color: rgb(252,150,111); }

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

background-color css

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

 a { background-color: rgb(252,150,111); }

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

border-color css

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

 span { border-color: rgb(252,150,111); }

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