Html Css Color HEX #FC955F Atomic Tangerine

📋 copy color: '#FC955F'

red 252 ◦ green 149 ◦ blue 95

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

Shades of Atomic Tangerine #FC955F

Tints of Atomic Tangerine #FC955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.04%

 BLUE value IS 95 (37.5% from 255) = 19.15%

R = 50.81%
G = 30.04%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC955F (or 0xFC955F) is known color: Atomic Tangerine. HEX triplet: FC, 95 and 5F. RGB value is (252,149,95). Sum of RGB (Red+Green+Blue) = 252+149+95=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC955F is #036AA0. Grayscale: #ADADAD. Windows color (decimal): -223905 or 6264316. OLE color: 6264316.

HSL color Cylindrical-coordinate representation of color #FC955F: hue angle of 20.64º 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 #FC955F is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 149 95 -
CMYK 0 0.41 0.62 0.01
HSL 20.64º 0.96% 0.68% -
HSV(B) 20.64º 0.62% 0.99% -
XYZ 52.96 43.02 16.34 -
YUV 173.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 252 149 95 0 0.41 0.62 0.01 20.64 0.96 0.68
Hex FC 95 5F 0 29 3E 1 15 60 44
Octal 374 225 137 0 51 76 1 25 140 104
Binary 11111100 10010101 1011111 0 101001 111110 1 10101 1100000 1000100

Color Harmonies of #FC955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC955F

Black with #FC955F

Text Example


Text Example

White with #FC955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC955F; }

 p { color: rgb(252,149,95); }

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

background-color css

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

 a { background-color: rgb(252,149,95); }

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

border-color css

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

 span { border-color: rgb(252,149,95); }

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