Html Css Color HEX #FB9465 Atomic Tangerine

📋 copy color: '#FB9465'

red 251 ◦ green 148 ◦ blue 101

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

Shades of Atomic Tangerine #FB9465

Tints of Atomic Tangerine #FB9465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

 BLUE value IS 101 (39.84% from 255) = 20.2%

R = 50.2%
G = 29.6%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB9465 (or 0xFB9465) is known color: Atomic Tangerine. HEX triplet: FB, 94 and 65. RGB value is (251,148,101). Sum of RGB (Red+Green+Blue) = 251+148+101=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9465 is #046B9A. Grayscale: #ADADAD. Windows color (decimal): -289691 or 6657275. OLE color: 6657275.

HSL color Cylindrical-coordinate representation of color #FB9465: hue angle of 18.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB9465 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 148 101 -
CMYK 0 0.41 0.60 0.02
HSL 18.8º 0.95% 0.69% -
HSV(B) 18.8º 0.6% 0.98% -
XYZ 52.72 42.63 17.76 -
YUV 173.44 87.12 183.32 -
System Red Green Blue C M Y K H S L
Decimal 251 148 101 0 0.41 0.60 0.02 18.8 0.95 0.69
Hex FB 94 65 0 29 3C 2 13 5F 45
Octal 373 224 145 0 51 74 2 23 137 105
Binary 11111011 10010100 1100101 0 101001 111100 10 10011 1011111 1000101

Color Harmonies of #FB9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9465

Black with #FB9465

Text Example


Text Example

White with #FB9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9465; }

 p { color: rgb(251,148,101); }

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

background-color css

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

 a { background-color: rgb(251,148,101); }

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

border-color css

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

 span { border-color: rgb(251,148,101); }

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