Html Css Color HEX #FC965C Atomic Tangerine

📋 copy color: '#FC965C'

red 252 ◦ green 150 ◦ blue 92

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

Shades of Atomic Tangerine #FC965C

Tints of Atomic Tangerine #FC965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.62%

R = 51.01%
G = 30.36%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC965C (or 0xFC965C) is known color: Atomic Tangerine. HEX triplet: FC, 96 and 5C. RGB value is (252,150,92). Sum of RGB (Red+Green+Blue) = 252+150+92=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC965C is #0369A3. Grayscale: #AEAEAE. Windows color (decimal): -223652 or 6067964. OLE color: 6067964.

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

Color convert

RGB 252 150 92 -
CMYK 0 0.40 0.63 0.01
HSL 21.75º 0.96% 0.67% -
HSV(B) 21.75º 0.63% 0.99% -
XYZ 52.98 43.28 15.69 -
YUV 173.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 252 150 92 0 0.40 0.63 0.01 21.75 0.96 0.67
Hex FC 96 5C 0 28 3F 1 16 60 43
Octal 374 226 134 0 50 77 1 26 140 103
Binary 11111100 10010110 1011100 0 101000 111111 1 10110 1100000 1000011

Color Harmonies of #FC965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC965C

Black with #FC965C

Text Example


Text Example

White with #FC965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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