Html Css Color HEX #FC9B5A Atomic Tangerine

📋 copy color: '#FC9B5A'

red 252 ◦ green 155 ◦ blue 90

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

Shades of Atomic Tangerine #FC9B5A

Tints of Atomic Tangerine #FC9B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.19%

 BLUE value IS 90 (35.55% from 255) = 18.11%

R = 50.7%
G = 31.19%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC9B5A (or 0xFC9B5A) is known color: Atomic Tangerine. HEX triplet: FC, 9B and 5A. RGB value is (252,155,90). Sum of RGB (Red+Green+Blue) = 252+155+90=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9B5A is #0364A5. Grayscale: #B0B0B0. Windows color (decimal): -222374 or 5938172. OLE color: 5938172.

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

Color convert

RGB 252 155 90 -
CMYK 0 0.38 0.64 0.01
HSL 24.07º 0.96% 0.67% -
HSV(B) 24.07º 0.64% 0.99% -
XYZ 53.71 44.88 15.5 -
YUV 176.59 79.14 181.79 -
System Red Green Blue C M Y K H S L
Decimal 252 155 90 0 0.38 0.64 0.01 24.07 0.96 0.67
Hex FC 9B 5A 0 26 40 1 18 60 43
Octal 374 233 132 0 46 100 1 30 140 103
Binary 11111100 10011011 1011010 0 100110 1000000 1 11000 1100000 1000011

Color Harmonies of #FC9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9B5A

Black with #FC9B5A

Text Example


Text Example

White with #FC9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9B5A; }

 p { color: rgb(252,155,90); }

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

background-color css

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

 a { background-color: rgb(252,155,90); }

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

border-color css

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

 span { border-color: rgb(252,155,90); }

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