Html Css Color HEX #FC9B5E Atomic Tangerine

📋 copy color: '#FC9B5E'

red 252 ◦ green 155 ◦ blue 94

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

Shades of Atomic Tangerine #FC9B5E

Tints of Atomic Tangerine #FC9B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.76%

R = 50.3%
G = 30.94%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC9B5E (or 0xFC9B5E) is known color: Atomic Tangerine. HEX triplet: FC, 9B and 5E. RGB value is (252,155,94). Sum of RGB (Red+Green+Blue) = 252+155+94=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9B5E is #0364A1. Grayscale: #B1B1B1. Windows color (decimal): -222370 or 6200316. OLE color: 6200316.

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

Color convert

RGB 252 155 94 -
CMYK 0 0.38 0.63 0.01
HSL 23.16º 0.96% 0.68% -
HSV(B) 23.16º 0.63% 0.99% -
XYZ 53.89 44.95 16.43 -
YUV 177.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 252 155 94 0 0.38 0.63 0.01 23.16 0.96 0.68
Hex FC 9B 5E 0 26 3F 1 17 60 44
Octal 374 233 136 0 46 77 1 27 140 104
Binary 11111100 10011011 1011110 0 100110 111111 1 10111 1100000 1000100

Color Harmonies of #FC9B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9B5E

Black with #FC9B5E

Text Example


Text Example

White with #FC9B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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