Html Css Color HEX #FD8F74 Vivid Tangerine

📋 copy color: '#FD8F74'

red 253 ◦ green 143 ◦ blue 116

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

Shades of Vivid Tangerine #FD8F74

Tints of Vivid Tangerine #FD8F74

RGB

 RED value IS 253 (99.22% from 255) = 49.41%

 GREEN value IS 143 (56.25% from 255) = 27.93%

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

R = 49.41%
G = 27.93%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD8F74 (or 0xFD8F74) is known color: Vivid Tangerine. HEX triplet: FD, 8F and 74. RGB value is (253,143,116). Sum of RGB (Red+Green+Blue) = 253+143+116=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F74 is #02708B. Grayscale: #ADADAD. Windows color (decimal): -159884 or 7639037. OLE color: 7639037.

HSL color Cylindrical-coordinate representation of color #FD8F74: hue angle of 11.82º degrees, saturation: 0.97, 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 #FD8F74 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 143 116 -
CMYK 0 0.43 0.54 0.01
HSL 11.82º 0.97% 0.72% -
HSV(B) 11.82º 0.54% 0.99% -
XYZ 53.48 41.79 21.77 -
YUV 172.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 253 143 116 0 0.43 0.54 0.01 11.82 0.97 0.72
Hex FD 8F 74 0 2B 36 1 C 61 48
Octal 375 217 164 0 53 66 1 14 141 110
Binary 11111101 10001111 1110100 0 101011 110110 1 1100 1100001 1001000

Color Harmonies of #FD8F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F74

Black with #FD8F74

Text Example


Text Example

White with #FD8F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F74; }

 p { color: rgb(253,143,116); }

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

background-color css

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

 a { background-color: rgb(253,143,116); }

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

border-color css

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

 span { border-color: rgb(253,143,116); }

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