Html Css Color HEX #FB8F70 Atomic Tangerine

📋 copy color: '#FB8F70'

red 251 ◦ green 143 ◦ blue 112

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

Shades of Atomic Tangerine #FB8F70

Tints of Atomic Tangerine #FB8F70

RGB

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

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

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

R = 49.6%
G = 28.26%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB8F70 (or 0xFB8F70) is known color: Atomic Tangerine. HEX triplet: FB, 8F and 70. RGB value is (251,143,112). Sum of RGB (Red+Green+Blue) = 251+143+112=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F70 is #04708F. Grayscale: #ABABAB. Windows color (decimal): -290960 or 7376891. OLE color: 7376891.

HSL color Cylindrical-coordinate representation of color #FB8F70: hue angle of 13.38º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB8F70 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 143 112 -
CMYK 0 0.43 0.55 0.02
HSL 13.38º 0.95% 0.71% -
HSV(B) 13.38º 0.55% 0.98% -
XYZ 52.53 41.32 20.54 -
YUV 171.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 251 143 112 0 0.43 0.55 0.02 13.38 0.95 0.71
Hex FB 8F 70 0 2B 37 2 D 5F 47
Octal 373 217 160 0 53 67 2 15 137 107
Binary 11111011 10001111 1110000 0 101011 110111 10 1101 1011111 1000111

Color Harmonies of #FB8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8F70

Black with #FB8F70

Text Example


Text Example

White with #FB8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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