Html Css Color HEX #FC946A Atomic Tangerine

📋 copy color: '#FC946A'

red 252 ◦ green 148 ◦ blue 106

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

Shades of Atomic Tangerine #FC946A

Tints of Atomic Tangerine #FC946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

 BLUE value IS 106 (41.8% from 255) = 20.95%

R = 49.8%
G = 29.25%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC946A (or 0xFC946A) is known color: Atomic Tangerine. HEX triplet: FC, 94 and 6A. RGB value is (252,148,106). Sum of RGB (Red+Green+Blue) = 252+148+106=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC946A is #036B95. Grayscale: #AEAEAE. Windows color (decimal): -224150 or 6984956. OLE color: 6984956.

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

Color convert

RGB 252 148 106 -
CMYK 0 0.41 0.58 0.01
HSL 17.26º 0.96% 0.7% -
HSV(B) 17.26º 0.58% 0.99% -
XYZ 53.34 42.92 19.11 -
YUV 174.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 252 148 106 0 0.41 0.58 0.01 17.26 0.96 0.7
Hex FC 94 6A 0 29 3A 1 11 60 46
Octal 374 224 152 0 51 72 1 21 140 106
Binary 11111100 10010100 1101010 0 101001 111010 1 10001 1100000 1000110

Color Harmonies of #FC946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC946A

Black with #FC946A

Text Example


Text Example

White with #FC946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC946A; }

 p { color: rgb(252,148,106); }

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

background-color css

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

 a { background-color: rgb(252,148,106); }

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

border-color css

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

 span { border-color: rgb(252,148,106); }

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