Html Css Color HEX #FC965D Atomic Tangerine

📋 copy color: '#FC965D'

red 252 ◦ green 150 ◦ blue 93

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

Shades of Atomic Tangerine #FC965D

Tints of Atomic Tangerine #FC965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 50.91%
G = 30.3%
B = 18.79%

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

#FC965D (or 0xFC965D) is known color: Atomic Tangerine. HEX triplet: FC, 96 and 5D. RGB value is (252,150,93). Sum of RGB (Red+Green+Blue) = 252+150+93=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC965D is #0369A2. Grayscale: #AEAEAE. Windows color (decimal): -223651 or 6133500. OLE color: 6133500.

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

Color convert

RGB 252 150 93 -
CMYK 0 0.40 0.63 0.01
HSL 21.51º 0.96% 0.68% -
HSV(B) 21.51º 0.63% 0.99% -
XYZ 53.03 43.3 15.92 -
YUV 174 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 252 150 93 0 0.40 0.63 0.01 21.51 0.96 0.68
Hex FC 96 5D 0 28 3F 1 16 60 44
Octal 374 226 135 0 50 77 1 26 140 104
Binary 11111100 10010110 1011101 0 101000 111111 1 10110 1100000 1000100

Color Harmonies of #FC965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC965D

Black with #FC965D

Text Example


Text Example

White with #FC965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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