Html Css Color HEX #FC917D Vivid Tangerine

📋 copy color: '#FC917D'

red 252 ◦ green 145 ◦ blue 125

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

Shades of Vivid Tangerine #FC917D

Tints of Vivid Tangerine #FC917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.78%

 BLUE value IS 125 (49.22% from 255) = 23.95%

R = 48.28%
G = 27.78%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC917D (or 0xFC917D) is known color: Vivid Tangerine. HEX triplet: FC, 91 and 7D. RGB value is (252,145,125). Sum of RGB (Red+Green+Blue) = 252+145+125=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC917D is #036E82. Grayscale: #AEAEAE. Windows color (decimal): -224899 or 8229372. OLE color: 8229372.

HSL color Cylindrical-coordinate representation of color #FC917D: hue angle of 9.45º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC917D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 145 125 -
CMYK 0 0.42 0.50 0.01
HSL 9.45º 0.95% 0.74% -
HSV(B) 9.45º 0.5% 0.99% -
XYZ 53.97 42.43 24.75 -
YUV 174.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 252 145 125 0 0.42 0.50 0.01 9.45 0.95 0.74
Hex FC 91 7D 0 2A 32 1 9 5F 4A
Octal 374 221 175 0 52 62 1 11 137 112
Binary 11111100 10010001 1111101 0 101010 110010 1 1001 1011111 1001010

Color Harmonies of #FC917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC917D

Black with #FC917D

Text Example


Text Example

White with #FC917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC917D; }

 p { color: rgb(252,145,125); }

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

background-color css

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

 a { background-color: rgb(252,145,125); }

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

border-color css

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

 span { border-color: rgb(252,145,125); }

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