Html Css Color HEX #FC975D Atomic Tangerine

📋 copy color: '#FC975D'

red 252 ◦ green 151 ◦ blue 93

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

Shades of Atomic Tangerine #FC975D

Tints of Atomic Tangerine #FC975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

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

R = 50.81%
G = 30.44%
B = 18.75%

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

#FC975D (or 0xFC975D) is known color: Atomic Tangerine. HEX triplet: FC, 97 and 5D. RGB value is (252,151,93). Sum of RGB (Red+Green+Blue) = 252+151+93=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC975D is #0368A2. Grayscale: #AEAEAE. Windows color (decimal): -223395 or 6133756. OLE color: 6133756.

HSL color Cylindrical-coordinate representation of color #FC975D: hue angle of 21.89º 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 #FC975D is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 151 93 -
CMYK 0 0.40 0.63 0.01
HSL 21.89º 0.96% 0.68% -
HSV(B) 21.89º 0.63% 0.99% -
XYZ 53.19 43.62 15.97 -
YUV 174.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 252 151 93 0 0.40 0.63 0.01 21.89 0.96 0.68
Hex FC 97 5D 0 28 3F 1 16 60 44
Octal 374 227 135 0 50 77 1 26 140 104
Binary 11111100 10010111 1011101 0 101000 111111 1 10110 1100000 1000100

Color Harmonies of #FC975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC975D

Black with #FC975D

Text Example


Text Example

White with #FC975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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