Html Css Color HEX #FC925B Atomic Tangerine

📋 copy color: '#FC925B'

red 252 ◦ green 146 ◦ blue 91

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

Shades of Atomic Tangerine #FC925B

Tints of Atomic Tangerine #FC925B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.61%

R = 51.53%
G = 29.86%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC925B (or 0xFC925B) is known color: Atomic Tangerine. HEX triplet: FC, 92 and 5B. RGB value is (252,146,91). Sum of RGB (Red+Green+Blue) = 252+146+91=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC925B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC925B is #036DA4. Grayscale: #ABABAB. Windows color (decimal): -224677 or 6001404. OLE color: 6001404.

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

Color convert

RGB 252 146 91 -
CMYK 0 0.42 0.64 0.01
HSL 20.5º 0.96% 0.67% -
HSV(B) 20.5º 0.64% 0.99% -
XYZ 52.31 42.01 15.25 -
YUV 171.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 252 146 91 0 0.42 0.64 0.01 20.5 0.96 0.67
Hex FC 92 5B 0 2A 40 1 14 60 43
Octal 374 222 133 0 52 100 1 24 140 103
Binary 11111100 10010010 1011011 0 101010 1000000 1 10100 1100000 1000011

Color Harmonies of #FC925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC925B

Black with #FC925B

Text Example


Text Example

White with #FC925B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC925B; }

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

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

background-color css

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

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

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

border-color css

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

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

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