Html Css Color HEX #FA907D Vivid Tangerine

📋 copy color: '#FA907D'

red 250 ◦ green 144 ◦ blue 125

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

Shades of Vivid Tangerine #FA907D

Tints of Vivid Tangerine #FA907D

RGB

 RED value IS 250 (98.05% from 255) = 48.17%

 GREEN value IS 144 (56.64% from 255) = 27.75%

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

R = 48.17%
G = 27.75%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA907D (or 0xFA907D) is known color: Vivid Tangerine. HEX triplet: FA, 90 and 7D. RGB value is (250,144,125). Sum of RGB (Red+Green+Blue) = 250+144+125=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA907D is #056F82. Grayscale: #ADADAD. Windows color (decimal): -356227 or 8229114. OLE color: 8229114.

HSL color Cylindrical-coordinate representation of color #FA907D: hue angle of 9.12º degrees, saturation: 0.93, 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 #FA907D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 144 125 -
CMYK 0 0.42 0.50 0.02
HSL 9.12º 0.93% 0.74% -
HSV(B) 9.12º 0.5% 0.98% -
XYZ 53.1 41.75 24.66 -
YUV 173.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 250 144 125 0 0.42 0.50 0.02 9.12 0.93 0.74
Hex FA 90 7D 0 2A 32 2 9 5D 4A
Octal 372 220 175 0 52 62 2 11 135 112
Binary 11111010 10010000 1111101 0 101010 110010 10 1001 1011101 1001010

Color Harmonies of #FA907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA907D

Black with #FA907D

Text Example


Text Example

White with #FA907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA907D; }

 p { color: rgb(250,144,125); }

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

background-color css

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

 a { background-color: rgb(250,144,125); }

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

border-color css

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

 span { border-color: rgb(250,144,125); }

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