Html Css Color HEX #FC995C Atomic Tangerine

📋 copy color: '#FC995C'

red 252 ◦ green 153 ◦ blue 92

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

Shades of Atomic Tangerine #FC995C

Tints of Atomic Tangerine #FC995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.78%

 BLUE value IS 92 (36.33% from 255) = 18.51%

R = 50.7%
G = 30.78%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC995C (or 0xFC995C) is known color: Atomic Tangerine. HEX triplet: FC, 99 and 5C. RGB value is (252,153,92). Sum of RGB (Red+Green+Blue) = 252+153+92=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC995C is #0366A3. Grayscale: #AFAFAF. Windows color (decimal): -222884 or 6068732. OLE color: 6068732.

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

Color convert

RGB 252 153 92 -
CMYK 0 0.39 0.63 0.01
HSL 22.88º 0.96% 0.67% -
HSV(B) 22.88º 0.63% 0.99% -
XYZ 53.47 44.25 15.85 -
YUV 175.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 252 153 92 0 0.39 0.63 0.01 22.88 0.96 0.67
Hex FC 99 5C 0 27 3F 1 17 60 43
Octal 374 231 134 0 47 77 1 27 140 103
Binary 11111100 10011001 1011100 0 100111 111111 1 10111 1100000 1000011

Color Harmonies of #FC995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC995C

Black with #FC995C

Text Example


Text Example

White with #FC995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC995C; }

 p { color: rgb(252,153,92); }

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

background-color css

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

 a { background-color: rgb(252,153,92); }

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

border-color css

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

 span { border-color: rgb(252,153,92); }

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