Html Css Color HEX #F9947D Vivid Tangerine

📋 copy color: '#F9947D'

red 249 ◦ green 148 ◦ blue 125

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

Shades of Vivid Tangerine #F9947D

Tints of Vivid Tangerine #F9947D

RGB

 RED value IS 249 (97.66% from 255) = 47.7%

 GREEN value IS 148 (58.2% from 255) = 28.35%

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

R = 47.7%
G = 28.35%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9947D (or 0xF9947D) is known color: Vivid Tangerine. HEX triplet: F9, 94 and 7D. RGB value is (249,148,125). Sum of RGB (Red+Green+Blue) = 249+148+125=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F9947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9947D is #066B82. Grayscale: #AFAFAF. Windows color (decimal): -420739 or 8230137. OLE color: 8230137.

HSL color Cylindrical-coordinate representation of color #F9947D: hue angle of 11.13º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9947D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 125 -
CMYK 0 0.41 0.50 0.02
HSL 11.13º 0.91% 0.73% -
HSV(B) 11.13º 0.5% 0.98% -
XYZ 53.36 42.8 24.85 -
YUV 175.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 249 148 125 0 0.41 0.50 0.02 11.13 0.91 0.73
Hex F9 94 7D 0 29 32 2 B 5B 49
Octal 371 224 175 0 51 62 2 13 133 111
Binary 11111001 10010100 1111101 0 101001 110010 10 1011 1011011 1001001

Color Harmonies of #F9947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9947D

Black with #F9947D

Text Example


Text Example

White with #F9947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9947D; }

 p { color: rgb(249,148,125); }

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

background-color css

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

 a { background-color: rgb(249,148,125); }

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

border-color css

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

 span { border-color: rgb(249,148,125); }

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