Html Css Color HEX #FB947D Vivid Tangerine

📋 copy color: '#FB947D'

red 251 ◦ green 148 ◦ blue 125

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

Shades of Vivid Tangerine #FB947D

Tints of Vivid Tangerine #FB947D

RGB

 RED value IS 251 (98.44% from 255) = 47.9%

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

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

R = 47.9%
G = 28.24%
B = 23.85%

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

#FB947D (or 0xFB947D) is known color: Vivid Tangerine. HEX triplet: FB, 94 and 7D. RGB value is (251,148,125). Sum of RGB (Red+Green+Blue) = 251+148+125=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB947D is #046B82. Grayscale: #B0B0B0. Windows color (decimal): -289667 or 8230139. OLE color: 8230139.

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

Color convert

RGB 251 148 125 -
CMYK 0 0.41 0.50 0.02
HSL 10.95º 0.94% 0.74% -
HSV(B) 10.95º 0.5% 0.98% -
XYZ 54.08 43.17 24.88 -
YUV 176.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 251 148 125 0 0.41 0.50 0.02 10.95 0.94 0.74
Hex FB 94 7D 0 29 32 2 B 5E 4A
Octal 373 224 175 0 51 62 2 13 136 112
Binary 11111011 10010100 1111101 0 101001 110010 10 1011 1011110 1001010

Color Harmonies of #FB947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB947D

Black with #FB947D

Text Example


Text Example

White with #FB947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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