Html Css Color HEX #FC975A Atomic Tangerine

📋 copy color: '#FC975A'

red 252 ◦ green 151 ◦ blue 90

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

Shades of Atomic Tangerine #FC975A

Tints of Atomic Tangerine #FC975A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.26%

R = 51.12%
G = 30.63%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC975A (or 0xFC975A) is known color: Atomic Tangerine. HEX triplet: FC, 97 and 5A. RGB value is (252,151,90). Sum of RGB (Red+Green+Blue) = 252+151+90=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC975A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC975A is #0368A5. Grayscale: #AEAEAE. Windows color (decimal): -223398 or 5937148. OLE color: 5937148.

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

Color convert

RGB 252 151 90 -
CMYK 0 0.40 0.64 0.01
HSL 22.59º 0.96% 0.67% -
HSV(B) 22.59º 0.64% 0.99% -
XYZ 53.06 43.57 15.29 -
YUV 174.25 80.46 183.46 -
System Red Green Blue C M Y K H S L
Decimal 252 151 90 0 0.40 0.64 0.01 22.59 0.96 0.67
Hex FC 97 5A 0 28 40 1 17 60 43
Octal 374 227 132 0 50 100 1 27 140 103
Binary 11111100 10010111 1011010 0 101000 1000000 1 10111 1100000 1000011

Color Harmonies of #FC975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC975A

Black with #FC975A

Text Example


Text Example

White with #FC975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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