Html Css Color HEX #FC9068 Atomic Tangerine

📋 copy color: '#FC9068'

red 252 ◦ green 144 ◦ blue 104

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

Shades of Atomic Tangerine #FC9068

Tints of Atomic Tangerine #FC9068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.8%

 BLUE value IS 104 (41.02% from 255) = 20.8%

R = 50.4%
G = 28.8%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC9068 (or 0xFC9068) is known color: Atomic Tangerine. HEX triplet: FC, 90 and 68. RGB value is (252,144,104). Sum of RGB (Red+Green+Blue) = 252+144+104=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9068 is #036F97. Grayscale: #ACACAC. Windows color (decimal): -225176 or 6852860. OLE color: 6852860.

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

Color convert

RGB 252 144 104 -
CMYK 0 0.43 0.59 0.01
HSL 16.22º 0.96% 0.7% -
HSV(B) 16.22º 0.59% 0.99% -
XYZ 52.62 41.64 18.36 -
YUV 171.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 252 144 104 0 0.43 0.59 0.01 16.22 0.96 0.7
Hex FC 90 68 0 2B 3B 1 10 60 46
Octal 374 220 150 0 53 73 1 20 140 106
Binary 11111100 10010000 1101000 0 101011 111011 1 10000 1100000 1000110

Color Harmonies of #FC9068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9068

Black with #FC9068

Text Example


Text Example

White with #FC9068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9068; }

 p { color: rgb(252,144,104); }

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

background-color css

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

 a { background-color: rgb(252,144,104); }

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

border-color css

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

 span { border-color: rgb(252,144,104); }

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