Html Css Color HEX #FB9370 Atomic Tangerine

📋 copy color: '#FB9370'

red 251 ◦ green 147 ◦ blue 112

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

Shades of Atomic Tangerine #FB9370

Tints of Atomic Tangerine #FB9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.82%

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

R = 49.22%
G = 28.82%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB9370 (or 0xFB9370) is known color: Atomic Tangerine. HEX triplet: FB, 93 and 70. RGB value is (251,147,112). Sum of RGB (Red+Green+Blue) = 251+147+112=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9370 is #046C8F. Grayscale: #AEAEAE. Windows color (decimal): -289936 or 7377915. OLE color: 7377915.

HSL color Cylindrical-coordinate representation of color #FB9370: hue angle of 15.11º 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 #FB9370 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 147 112 -
CMYK 0 0.41 0.55 0.02
HSL 15.11º 0.95% 0.71% -
HSV(B) 15.11º 0.55% 0.98% -
XYZ 53.14 42.55 20.74 -
YUV 174.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 251 147 112 0 0.41 0.55 0.02 15.11 0.95 0.71
Hex FB 93 70 0 29 37 2 F 5F 47
Octal 373 223 160 0 51 67 2 17 137 107
Binary 11111011 10010011 1110000 0 101001 110111 10 1111 1011111 1000111

Color Harmonies of #FB9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9370

Black with #FB9370

Text Example


Text Example

White with #FB9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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