Html Css Color HEX #FC9260 Atomic Tangerine

📋 copy color: '#FC9260'

red 252 ◦ green 146 ◦ blue 96

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

Shades of Atomic Tangerine #FC9260

Tints of Atomic Tangerine #FC9260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

 BLUE value IS 96 (37.89% from 255) = 19.43%

R = 51.01%
G = 29.55%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC9260 (or 0xFC9260) is known color: Atomic Tangerine. HEX triplet: FC, 92 and 60. RGB value is (252,146,96). Sum of RGB (Red+Green+Blue) = 252+146+96=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9260 is #036D9F. Grayscale: #ACACAC. Windows color (decimal): -224672 or 6329084. OLE color: 6329084.

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

Color convert

RGB 252 146 96 -
CMYK 0 0.42 0.62 0.01
HSL 19.23º 0.96% 0.68% -
HSV(B) 19.23º 0.62% 0.99% -
XYZ 52.54 42.1 16.42 -
YUV 171.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 252 146 96 0 0.42 0.62 0.01 19.23 0.96 0.68
Hex FC 92 60 0 2A 3E 1 13 60 44
Octal 374 222 140 0 52 76 1 23 140 104
Binary 11111100 10010010 1100000 0 101010 111110 1 10011 1100000 1000100

Color Harmonies of #FC9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9260

Black with #FC9260

Text Example


Text Example

White with #FC9260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9260; }

 p { color: rgb(252,146,96); }

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

background-color css

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

 a { background-color: rgb(252,146,96); }

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

border-color css

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

 span { border-color: rgb(252,146,96); }

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