Html Css Color HEX #FC965F Atomic Tangerine

📋 copy color: '#FC965F'

red 252 ◦ green 150 ◦ blue 95

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

Shades of Atomic Tangerine #FC965F

Tints of Atomic Tangerine #FC965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.11%

R = 50.7%
G = 30.18%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC965F (or 0xFC965F) is known color: Atomic Tangerine. HEX triplet: FC, 96 and 5F. RGB value is (252,150,95). Sum of RGB (Red+Green+Blue) = 252+150+95=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC965F is #0369A0. Grayscale: #AEAEAE. Windows color (decimal): -223649 or 6264572. OLE color: 6264572.

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

Color convert

RGB 252 150 95 -
CMYK 0 0.40 0.62 0.01
HSL 21.02º 0.96% 0.68% -
HSV(B) 21.02º 0.62% 0.99% -
XYZ 53.12 43.33 16.39 -
YUV 174.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 252 150 95 0 0.40 0.62 0.01 21.02 0.96 0.68
Hex FC 96 5F 0 28 3E 1 15 60 44
Octal 374 226 137 0 50 76 1 25 140 104
Binary 11111100 10010110 1011111 0 101000 111110 1 10101 1100000 1000100

Color Harmonies of #FC965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC965F

Black with #FC965F

Text Example


Text Example

White with #FC965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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