Html Css Color HEX #FC9A70 Atomic Tangerine

📋 copy color: '#FC9A70'

red 252 ◦ green 154 ◦ blue 112

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

Shades of Atomic Tangerine #FC9A70

Tints of Atomic Tangerine #FC9A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.73%

 BLUE value IS 112 (44.14% from 255) = 21.62%

R = 48.65%
G = 29.73%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC9A70 (or 0xFC9A70) is known color: Atomic Tangerine. HEX triplet: FC, 9A and 70. RGB value is (252,154,112). Sum of RGB (Red+Green+Blue) = 252+154+112=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A70 is #03658F. Grayscale: #B2B2B2. Windows color (decimal): -222608 or 7379708. OLE color: 7379708.

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

Color convert

RGB 252 154 112 -
CMYK 0 0.39 0.56 0.01
HSL 18º 0.96% 0.71% -
HSV(B) 18º 0.56% 0.99% -
XYZ 54.63 44.98 21.13 -
YUV 178.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 252 154 112 0 0.39 0.56 0.01 18 0.96 0.71
Hex FC 9A 70 0 27 38 1 12 60 47
Octal 374 232 160 0 47 70 1 22 140 107
Binary 11111100 10011010 1110000 0 100111 111000 1 10010 1100000 1000111

Color Harmonies of #FC9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A70

Black with #FC9A70

Text Example


Text Example

White with #FC9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A70; }

 p { color: rgb(252,154,112); }

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

background-color css

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

 a { background-color: rgb(252,154,112); }

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

border-color css

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

 span { border-color: rgb(252,154,112); }

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