Html Css Color HEX #FC925E Atomic Tangerine

📋 copy color: '#FC925E'

red 252 ◦ green 146 ◦ blue 94

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

Shades of Atomic Tangerine #FC925E

Tints of Atomic Tangerine #FC925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

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

R = 51.22%
G = 29.67%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC925E (or 0xFC925E) is known color: Atomic Tangerine. HEX triplet: FC, 92 and 5E. RGB value is (252,146,94). Sum of RGB (Red+Green+Blue) = 252+146+94=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC925E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC925E is #036DA1. Grayscale: #ACACAC. Windows color (decimal): -224674 or 6198012. OLE color: 6198012.

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

Color convert

RGB 252 146 94 -
CMYK 0 0.42 0.63 0.01
HSL 19.75º 0.96% 0.68% -
HSV(B) 19.75º 0.63% 0.99% -
XYZ 52.44 42.06 15.94 -
YUV 171.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 252 146 94 0 0.42 0.63 0.01 19.75 0.96 0.68
Hex FC 92 5E 0 2A 3F 1 14 60 44
Octal 374 222 136 0 52 77 1 24 140 104
Binary 11111100 10010010 1011110 0 101010 111111 1 10100 1100000 1000100

Color Harmonies of #FC925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC925E

Black with #FC925E

Text Example


Text Example

White with #FC925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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