Html Css Color HEX #FD8C7C Vivid Tangerine

📋 copy color: '#FD8C7C'

red 253 ◦ green 140 ◦ blue 124

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

Shades of Vivid Tangerine #FD8C7C

Tints of Vivid Tangerine #FD8C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.08%

 BLUE value IS 124 (48.83% from 255) = 23.98%

R = 48.94%
G = 27.08%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD8C7C (or 0xFD8C7C) is known color: Vivid Tangerine. HEX triplet: FD, 8C and 7C. RGB value is (253,140,124). Sum of RGB (Red+Green+Blue) = 253+140+124=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C7C is #027383. Grayscale: #ACACAC. Windows color (decimal): -160644 or 8162557. OLE color: 8162557.

HSL color Cylindrical-coordinate representation of color #FD8C7C: hue angle of 7.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD8C7C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 140 124 -
CMYK 0 0.45 0.51 0.01
HSL 7.44º 0.97% 0.74% -
HSV(B) 7.44º 0.51% 0.99% -
XYZ 53.52 41.09 24.18 -
YUV 171.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 253 140 124 0 0.45 0.51 0.01 7.44 0.97 0.74
Hex FD 8C 7C 0 2D 33 1 7 61 4A
Octal 375 214 174 0 55 63 1 7 141 112
Binary 11111101 10001100 1111100 0 101101 110011 1 111 1100001 1001010

Color Harmonies of #FD8C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C7C

Black with #FD8C7C

Text Example


Text Example

White with #FD8C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C7C; }

 p { color: rgb(253,140,124); }

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

background-color css

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

 a { background-color: rgb(253,140,124); }

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

border-color css

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

 span { border-color: rgb(253,140,124); }

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