Html Css Color HEX #FA9B65 Atomic Tangerine

📋 copy color: '#FA9B65'

red 250 ◦ green 155 ◦ blue 101

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

Shades of Atomic Tangerine #FA9B65

Tints of Atomic Tangerine #FA9B65

RGB

 RED value IS 250 (98.05% from 255) = 49.41%

 GREEN value IS 155 (60.94% from 255) = 30.63%

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

R = 49.41%
G = 30.63%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA9B65 (or 0xFA9B65) is known color: Atomic Tangerine. HEX triplet: FA, 9B and 65. RGB value is (250,155,101). Sum of RGB (Red+Green+Blue) = 250+155+101=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B65 is #05649A. Grayscale: #B1B1B1. Windows color (decimal): -353435 or 6659066. OLE color: 6659066.

HSL color Cylindrical-coordinate representation of color #FA9B65: hue angle of 21.74º degrees, saturation: 0.94, 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 #FA9B65 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 155 101 -
CMYK 0 0.38 0.60 0.02
HSL 21.74º 0.94% 0.69% -
HSV(B) 21.74º 0.6% 0.98% -
XYZ 53.49 44.71 18.12 -
YUV 177.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 250 155 101 0 0.38 0.60 0.02 21.74 0.94 0.69
Hex FA 9B 65 0 26 3C 2 16 5E 45
Octal 372 233 145 0 46 74 2 26 136 105
Binary 11111010 10011011 1100101 0 100110 111100 10 10110 1011110 1000101

Color Harmonies of #FA9B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B65

Black with #FA9B65

Text Example


Text Example

White with #FA9B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B65; }

 p { color: rgb(250,155,101); }

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

background-color css

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

 a { background-color: rgb(250,155,101); }

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

border-color css

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

 span { border-color: rgb(250,155,101); }

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