Html Css Color HEX #FC9274 Vivid Tangerine

📋 copy color: '#FC9274'

red 252 ◦ green 146 ◦ blue 116

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

Shades of Vivid Tangerine #FC9274

Tints of Vivid Tangerine #FC9274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.57%

R = 49.03%
G = 28.4%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC9274 (or 0xFC9274) is known color: Vivid Tangerine. HEX triplet: FC, 92 and 74. RGB value is (252,146,116). Sum of RGB (Red+Green+Blue) = 252+146+116=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9274 is #036D8B. Grayscale: #AEAEAE. Windows color (decimal): -224652 or 7639804. OLE color: 7639804.

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

Color convert

RGB 252 146 116 -
CMYK 0 0.42 0.54 0.01
HSL 13.24º 0.96% 0.72% -
HSV(B) 13.24º 0.54% 0.99% -
XYZ 53.58 42.51 21.91 -
YUV 174.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 252 146 116 0 0.42 0.54 0.01 13.24 0.96 0.72
Hex FC 92 74 0 2A 36 1 D 60 48
Octal 374 222 164 0 52 66 1 15 140 110
Binary 11111100 10010010 1110100 0 101010 110110 1 1101 1100000 1001000

Color Harmonies of #FC9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9274

Black with #FC9274

Text Example


Text Example

White with #FC9274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9274; }

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

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

background-color css

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

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

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

border-color css

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

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

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