Html Css Color HEX #FB9A70 Atomic Tangerine

📋 copy color: '#FB9A70'

red 251 ◦ green 154 ◦ blue 112

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

Shades of Atomic Tangerine #FB9A70

Tints of Atomic Tangerine #FB9A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.79%

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

R = 48.55%
G = 29.79%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB9A70 (or 0xFB9A70) is known color: Atomic Tangerine. HEX triplet: FB, 9A and 70. RGB value is (251,154,112). Sum of RGB (Red+Green+Blue) = 251+154+112=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9A70 is #04658F. Grayscale: #B2B2B2. Windows color (decimal): -288144 or 7379707. OLE color: 7379707.

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

Color convert

RGB 251 154 112 -
CMYK 0 0.39 0.55 0.02
HSL 18.13º 0.95% 0.71% -
HSV(B) 18.13º 0.55% 0.98% -
XYZ 54.26 44.79 21.11 -
YUV 178.22 90.64 179.92 -
System Red Green Blue C M Y K H S L
Decimal 251 154 112 0 0.39 0.55 0.02 18.13 0.95 0.71
Hex FB 9A 70 0 27 37 2 12 5F 47
Octal 373 232 160 0 47 67 2 22 137 107
Binary 11111011 10011010 1110000 0 100111 110111 10 10010 1011111 1000111

Color Harmonies of #FB9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9A70

Black with #FB9A70

Text Example


Text Example

White with #FB9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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