Html Css Color HEX #FD8F70 Atomic Tangerine

📋 copy color: '#FD8F70'

red 253 ◦ green 143 ◦ blue 112

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

Shades of Atomic Tangerine #FD8F70

Tints of Atomic Tangerine #FD8F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.05%

R = 49.8%
G = 28.15%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD8F70 (or 0xFD8F70) is known color: Atomic Tangerine. HEX triplet: FD, 8F and 70. RGB value is (253,143,112). Sum of RGB (Red+Green+Blue) = 253+143+112=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F70 is #02708F. Grayscale: #ACACAC. Windows color (decimal): -159888 or 7376893. OLE color: 7376893.

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

Color convert

RGB 253 143 112 -
CMYK 0 0.43 0.56 0.01
HSL 13.19º 0.97% 0.72% -
HSV(B) 13.19º 0.56% 0.99% -
XYZ 53.26 41.7 20.57 -
YUV 172.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 253 143 112 0 0.43 0.56 0.01 13.19 0.97 0.72
Hex FD 8F 70 0 2B 38 1 D 61 48
Octal 375 217 160 0 53 70 1 15 141 110
Binary 11111101 10001111 1110000 0 101011 111000 1 1101 1100001 1001000

Color Harmonies of #FD8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F70

Black with #FD8F70

Text Example


Text Example

White with #FD8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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